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