diff options
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 |