diff options
author | joleaf | 2022-09-29 15:02:55 +0000 |
---|---|---|
committer | GitHub | 2022-09-29 15:02:55 +0000 |
commit | c4aec0a5c573bca755a49e3031c483422031874f (patch) | |
tree | 7c1f6ba98fe16ebe81402cc051cfa8f3b5393114 | |
parent | 038ad6289f7d5e84d17da2dfb5723116641c62e1 (diff) |
tutor: missing <ESC> before removing the second cursor (#4027)
This step was missing in section 5.2 of tutor.
-rw-r--r-- | runtime/tutor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor b/runtime/tutor index 04ea8fcd..8eef33af 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -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 = ================================================================= |