2023-04-22 22:40:14 +01:00
|
|
|
|
VIMTUTOR(1) General Commands Manual VIMTUTOR(1)
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
|
NAME
|
|
|
|
|
vimtutor - the Vim tutor
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
2024-11-03 20:47:53 +01:00
|
|
|
|
vimtutor [-l | --language ISO639] [-c | --chapter NUMBER] [-g | --gui]
|
|
|
|
|
[ISO639]
|
|
|
|
|
vimtutor [-h | --help]
|
|
|
|
|
vimtutor [--list]
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
2024-11-03 20:47:53 +01:00
|
|
|
|
Vimtutor starts the Vim tutor.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2004-07-10 09:47:34 +00:00
|
|
|
|
The Vimtutor is useful for people that want to learn their first Vim
|
2024-12-02 20:19:52 +01:00
|
|
|
|
commands. The optional [ISO639] argument is the two or three letter
|
|
|
|
|
name of a language, like "it" or "es".
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-11-03 20:47:53 +01:00
|
|
|
|
Vimtutor only opens temporary copies of the original tutor files, there
|
|
|
|
|
is no danger of overwriting the lessons.
|
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
|
Vim is always started in Vi compatible mode.
|
|
|
|
|
|
2024-11-03 20:47:53 +01:00
|
|
|
|
OPTIONS
|
2024-12-03 21:23:43 +01:00
|
|
|
|
-l, --language ISO639
|
|
|
|
|
Set the two or three letter language code. E.g. 'it', 'es',
|
|
|
|
|
'bar'. Defaults to language of locale if available, else to
|
2024-12-02 20:19:52 +01:00
|
|
|
|
English.
|
2024-11-03 20:47:53 +01:00
|
|
|
|
|
2024-12-03 21:23:43 +01:00
|
|
|
|
-c, --chapter NUMBER
|
2024-11-04 21:02:42 +01:00
|
|
|
|
Set the chapter number. Defaults to chapter one.
|
2024-11-03 20:47:53 +01:00
|
|
|
|
|
|
|
|
|
-g, --gui
|
|
|
|
|
Start vimtutor in the GUI version of vim if available, otherwise
|
|
|
|
|
fallback to console vim.
|
|
|
|
|
|
|
|
|
|
-h, --help
|
|
|
|
|
Display usage information.
|
|
|
|
|
|
|
|
|
|
--list Display chapters and languages.
|
|
|
|
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
To start vimtutor in German on chapter one:
|
|
|
|
|
|
|
|
|
|
vimtutor de
|
|
|
|
|
|
|
|
|
|
In English on chapter two:
|
|
|
|
|
|
|
|
|
|
vimtutor -c2
|
|
|
|
|
|
|
|
|
|
Longform command for Bavarian in the GUI on chapter one:
|
|
|
|
|
|
|
|
|
|
vimtutor --language bar --chapter 1 --gui
|
|
|
|
|
|
2004-06-13 20:20:40 +00:00
|
|
|
|
FILES
|
2024-12-02 20:19:52 +01:00
|
|
|
|
/usr/local/share/vim/vim??/tutor/tutor1[.language]
|
2024-11-03 20:47:53 +01:00
|
|
|
|
The Vimtutor chapter one text file(s).
|
|
|
|
|
|
2024-11-04 21:02:42 +01:00
|
|
|
|
/usr/local/share/vim/vim??/tutor/tutor2[.language]
|
2024-11-03 20:47:53 +01:00
|
|
|
|
The Vimtutor chapter two text file(s).
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-08-15 21:39:33 +02:00
|
|
|
|
/usr/local/share/vim/vim??/tutor/tutor.vim
|
2024-11-04 21:02:42 +01:00
|
|
|
|
The Vim script used to copy the Vimtutor text file.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
|
|
|
|
AUTHOR
|
2024-11-03 20:47:53 +01:00
|
|
|
|
The Vi Tutorial was originally written for Vi by Michael C. Pierce and
|
|
|
|
|
Robert K. Ware, Colorado School of Mines using ideas supplied by
|
|
|
|
|
Charles Smith, Colorado State University. E-mail: bware@mines.col‐
|
2024-11-04 21:02:42 +01:00
|
|
|
|
orado.edu (now invalid).
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-11-03 20:47:53 +01:00
|
|
|
|
Modified for Vim by Bram Moolenaar.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-11-03 20:47:53 +01:00
|
|
|
|
Translation contributors are listed in the tutor files.
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-11-03 20:47:53 +01:00
|
|
|
|
SEE ALSO
|
|
|
|
|
vim(1)
|
2004-06-13 20:20:40 +00:00
|
|
|
|
|
2024-12-03 21:23:43 +01:00
|
|
|
|
2024 December 03 VIMTUTOR(1)
|