diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-11 19:14:20 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-11 19:32:44 +0200 |
commit | e52293757a6bd682d551088b314b463ff4021cea (patch) | |
tree | 93472266f875311c72e2953c32d2f04ff5f50cbb /runtime | |
parent | ea12efa66b177fc1cfd58ad9c9c33f4163b7f5ab (diff) | |
download | rneovim-e52293757a6bd682d551088b314b463ff4021cea.tar.gz rneovim-e52293757a6bd682d551088b314b463ff4021cea.tar.bz2 rneovim-e52293757a6bd682d551088b314b463ff4021cea.zip |
doc: manpage: formatting, update --headless
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/nvim.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/nvim.txt b/runtime/doc/nvim.txt index a462acd825..07eb48aea3 100644 --- a/runtime/doc/nvim.txt +++ b/runtime/doc/nvim.txt @@ -8,7 +8,9 @@ Nvim *nvim* *nvim-intro* Nvim is based on Vim by Bram Moolenaar. -If you are new to Vim see |help.txt|, or type ":Tutor". +If you are new to Vim, try the 30-minute tutorial: > + :Tutor<Enter> + If you already use Vim see |nvim-from-vim| for a quickstart. Nvim is emphatically a fork of Vim, not a clone: compatibility with Vim is |