Mercurial > vim
annotate runtime/doc/vimtutor.man @ 21645:5c2e5c71c08c
Added tag v8.2.1372 for changeset 7d3ba70a03f1b3932bad042d046579fb67b0e2e4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 05 Aug 2020 12:45:05 +0200 |
parents | de5a43c5eedc |
children | b2e8663e6dcc |
rev | line source |
---|---|
15 | 1 VIMTUTOR(1) VIMTUTOR(1) |
7 | 2 |
3 | |
4 | |
5 NAME | |
6 vimtutor - the Vim tutor | |
7 | |
8 SYNOPSIS | |
1621 | 9 vimtutor [-g] [language] |
7 | 10 |
11 DESCRIPTION | |
15 | 12 Vimtutor starts the Vim tutor. It copies the tutor file first, so that |
13 it can be modified without changing the original file. | |
14 | |
15 The Vimtutor is useful for people that want to learn their first Vim | |
16 commands. | |
7 | 17 |
1621 | 18 The optional argument -g starts vimtutor with gvim rather than vim, if |
19 the GUI version of vim is available, or falls back to Vim if gvim is | |
20 not found. | |
21 | |
15 | 22 The optional [language] argument is the two-letter name of a language, |
23 like "it" or "es". If the [language] argument is missing, the language | |
24 of the current locale will be used. If a tutor in this language is | |
25 available, it will be used. Otherwise the English version will be | |
26 used. | |
7 | 27 |
28 Vim is always started in Vi compatible mode. | |
29 | |
30 FILES | |
31 /usr/local/lib/vim/tutor/tutor[.language] | |
32 The Vimtutor text file(s). | |
33 | |
34 /usr/local/lib/vim/tutor/tutor.vim | |
15 | 35 The Vim script used to copy the Vimtutor text file. |
7 | 36 |
37 AUTHOR | |
15 | 38 The Vimtutor was originally written for Vi by Michael C. Pierce and |
39 Robert K. Ware, Colorado School of Mines using ideas supplied by | |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1621
diff
changeset
|
40 Charles Smith, Colorado State University. E-mail: bware@mines.col‐ |
15 | 41 orado.edu. |
2033
de5a43c5eedc
Update documentation files.
Bram Moolenaar <bram@zimbu.org>
parents:
1621
diff
changeset
|
42 It was modified for Vim by Bram Moolenaar. For the names of the trans‐ |
15 | 43 lators see the tutor files. |
7 | 44 |
45 SEE ALSO | |
46 vim(1) | |
47 | |
48 | |
49 | |
15 | 50 2001 April 2 VIMTUTOR(1) |