diff options
Diffstat (limited to 'man/nvimtutor.1')
-rw-r--r-- | man/nvimtutor.1 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/man/nvimtutor.1 b/man/nvimtutor.1 new file mode 100644 index 0000000000..53a6e14206 --- /dev/null +++ b/man/nvimtutor.1 @@ -0,0 +1,44 @@ +.Dd May 13, 2015 +.Dt NVIMTUTOR 1 +.Os Neovim +.Sh NAME +.Nm nvimtutor +.Nd Neovim tutor +.Sh SYNOPSIS +.Nm +.Op Ar language +.Sh DESCRIPTION +.Nm +starts an interactive tutorial meant to teach the basics of +.Xr vim 1 . +The optional +.Ar language +argument is the two-letter name of a language, +such as +.Sy it +or +.Sy es . +If +.Ar language +is omitted, the language dictated by the current locale is used. +If a tutorial for +.Ar language +isn't available, the English tutorial will be used. +.Sh SEE ALSO +.Xr nvim 1 +.Sh AUTHORS +Vimtutor was originally written for +.Xr vi 1 +by +.An -nosplit +.An Michael C. Pierce +and +.An Robert K. Ware , +Colorado School of Mines, using ideas supplied by +.An Charles Smith Aq Mt bware@mines.colorado.edua . +.Pp +It was modified for +.Xr vim 1 +by +.An Bram Moolenaar . +See the tutor files for the names of the individual translators. |