Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 1 | VIMTUTOR(1) VIMTUTOR(1) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 2 | |
| 3 | |
| 4 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5 | NAME |
| 6 | vimtutor - the Vim tutor |
| 7 | |
| 8 | SYNOPSIS |
| 9 | vimtutor [language] |
| 10 | |
| 11 | DESCRIPTION |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 12 | Vimtutor starts the Vim tutor. It copies the tutor file first, so that |
| 13 | it can be modified without changing the original file. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 14 | |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 15 | The Vimtutor is useful for people that want to learn their first Vim |
| 16 | commands. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 17 | |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 18 | The optional [language] argument is the two-letter name of a language, |
| 19 | like "it" or "es". If the [language] argument is missing, the language |
| 20 | of the current locale will be used. If a tutor in this language is |
| 21 | available, it will be used. Otherwise the English version will be |
| 22 | used. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 23 | |
| 24 | Vim is always started in Vi compatible mode. |
| 25 | |
| 26 | FILES |
| 27 | /usr/local/lib/vim/tutor/tutor[.language] |
| 28 | The Vimtutor text file(s). |
| 29 | |
| 30 | /usr/local/lib/vim/tutor/tutor.vim |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 31 | The Vim script used to copy the Vimtutor text file. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 32 | |
| 33 | AUTHOR |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 34 | The Vimtutor was originally written for Vi by Michael C. Pierce and |
| 35 | Robert K. Ware, Colorado School of Mines using ideas supplied by |
| 36 | Charles Smith, Colorado State University. E-mail: bware@mines.col- |
| 37 | orado.edu. |
| 38 | It was modified for Vim by Bram Moolenaar. For the names of the trans- |
| 39 | lators see the tutor files. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 40 | |
| 41 | SEE ALSO |
| 42 | vim(1) |
| 43 | |
| 44 | |
| 45 | |
Bram Moolenaar | 8299df9 | 2004-07-10 09:47:34 +0000 | [diff] [blame] | 46 | 2001 April 2 VIMTUTOR(1) |