tutor: missing <ESC> before removing the second cursor (#4027)
This step was missing in section 5.2 of tutor.
This commit is contained in:
parent
038ad6289f
commit
c4aec0a5c5
1 changed files with 2 additions and 2 deletions
|
@ -517,7 +517,8 @@ _________________________________________________________________
|
|||
'apples' in the line will be selected.
|
||||
5. You can now type c and change 'apples' to something else,
|
||||
like 'oranges'.
|
||||
6. Type , to remove the second cursor.
|
||||
6. Type <ESC> to exit Insert mode.
|
||||
7. Type , to remove the second cursor.
|
||||
|
||||
--> I like to eat apples since my favorite fruit is apples.
|
||||
I like to eat oranges since my favorite fruit is oranges.
|
||||
|
@ -525,7 +526,6 @@ _________________________________________________________________
|
|||
|
||||
|
||||
|
||||
|
||||
=================================================================
|
||||
= 5.3 SELECTING VIA REGEX =
|
||||
=================================================================
|
||||
|
|
Loading…
Reference in a new issue