mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
Update runtime files
This commit is contained in:
@ -143,12 +143,12 @@ NOTE: As you go through this tutor, do not try to memorize, learn by usage.
|
||||
|
||||
!! NOTE: Before executing any of the steps below, read this entire lesson!!
|
||||
|
||||
1. Exit this tutor as you did in lesson 1.2: :q!
|
||||
Or, if you have access to another terminal, do the following there.
|
||||
1. If you have access to another terminal, do the following there.
|
||||
Otherwise, exit this tutor as you did in lesson 1.2: :q!
|
||||
|
||||
2. At the shell prompt type this command: vim tutor <ENTER>
|
||||
'vim' is the command to start the Vim editor, 'tutor' is the name of the
|
||||
file you wish to edit. Use a file that may be changed.
|
||||
2. At the shell prompt type this command: vim file.txt <ENTER>
|
||||
'vim' is the command to start the Vim editor, 'file.txt' is the name of
|
||||
the file you wish to edit. Use the name of a file that you can change.
|
||||
|
||||
3. Insert and delete text as you learned in the previous lessons.
|
||||
|
||||
|
@ -143,12 +143,12 @@ NOTE: As you go through this tutor, do not try to memorize, learn by usage.
|
||||
|
||||
!! NOTE: Before executing any of the steps below, read this entire lesson!!
|
||||
|
||||
1. Exit this tutor as you did in lesson 1.2: :q!
|
||||
Or, if you have access to another terminal, do the following there.
|
||||
1. If you have access to another terminal, do the following there.
|
||||
Otherwise, exit this tutor as you did in lesson 1.2: :q!
|
||||
|
||||
2. At the shell prompt type this command: vim tutor <ENTER>
|
||||
'vim' is the command to start the Vim editor, 'tutor' is the name of the
|
||||
file you wish to edit. Use a file that may be changed.
|
||||
2. At the shell prompt type this command: vim file.txt <ENTER>
|
||||
'vim' is the command to start the Vim editor, 'file.txt' is the name of
|
||||
the file you wish to edit. Use the name of a file that you can change.
|
||||
|
||||
3. Insert and delete text as you learned in the previous lessons.
|
||||
|
||||
|
Reference in New Issue
Block a user