1VIMTUTOR(1) General Commands Manual VIMTUTOR(1)
2
3
4
6 vimtutor - the Vim tutor
7
9 vimtutor [-g] [language]
10 gvimtutor
11
13 Vimtutor starts the Vim tutor. It copies the tutor file first, so that
14 it can be modified without changing the original file.
15
16 The Vimtutor is useful for people that want to learn their first Vim
17 commands.
18
19 The optional argument -g starts vimtutor with gvim rather than vim, if
20 the GUI version of vim is available, or falls back to Vim if gvim is
21 not found.
22
23 The optional [language] argument is the two-letter name of a language,
24 like "it" or "es". If the [language] argument is missing, the language
25 of the current locale will be used. If a tutor in this language is
26 available, it will be used. Otherwise the English version will be
27 used.
28
29 Vim is always started in Vi compatible mode.
30
32 /usr/share/vim/vim82/tutor/tutor[.language]
33 The Vimtutor text file(s).
34
35 /usr/share/vim/vim82/tutor/tutor.vim
36 The Vim script used to copy the Vimtutor text file.
37
39 The Vimtutor was originally written for Vi by Michael C. Pierce and
40 Robert K. Ware, Colorado School of Mines using ideas supplied by
41 Charles Smith, Colorado State University. E-mail: bware@mines.col‐
42 orado.edu.
43 It was modified for Vim by Bram Moolenaar. For the names of the trans‐
44 lators see the tutor files.
45
47 vim(1)
48
49
50
51 2001 April 2 VIMTUTOR(1)