runtime/tutor [ci skip] #9990

This commit is contained in:
juliancoffee 2019-05-10 00:32:57 +03:00 committed by Justin M. Keyes
parent d818135e3f
commit a541c681f6
1 changed files with 3 additions and 3 deletions

View File

@ -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