aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuliancoffee <42647349+juliancoffee@users.noreply.github.com>2019-05-10 00:32:57 +0300
committerJustin M. Keyes <justinkz@gmail.com>2019-05-09 23:32:57 +0200
commita541c681f6a2abc1c8e094000321d9fec752a6fd (patch)
tree594ab9d603b01dff1b0b0fda1718cd53664e73d2
parentd818135e3f45fc72ceba19c0ffc035ed77d120af (diff)
downloadrneovim-a541c681f6a2abc1c8e094000321d9fec752a6fd.tar.gz
rneovim-a541c681f6a2abc1c8e094000321d9fec752a6fd.tar.bz2
rneovim-a541c681f6a2abc1c8e094000321d9fec752a6fd.zip
runtime/tutor [ci skip] #9990
-rw-r--r--runtime/tutor/en/vim-01-beginner.tutor6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor
index 2b30ccb5f8..4e6154b24a 100644
--- a/runtime/tutor/en/vim-01-beginner.tutor
+++ b/runtime/tutor/en/vim-01-beginner.tutor
@@ -159,9 +159,9 @@ There is also some text missing here.
2. At the shell prompt type this command:
~~~ sh
- $ vim tutor
+ $ nvim tutor
~~~
- 'vim' is the command to start the Vim editor, 'tutor' is the name of
+ 'nvim' is the command to start the Nvim editor, 'tutor' is the name of
the file you wish to edit. Use a file that may be changed.
3. Insert and delete text as you learned in the previous lessons.
@@ -186,7 +186,7 @@ There is also some text missing here.
2. To start Vim from the shell prompt type:
~~~ sh
- $ vim FILENAME
+ $ nvim FILENAME
~~~
3. To exit Vim type: `<Esc>`{normal} `:q!`{vim} `<Enter>`{normal} to trash