From c4aec0a5c573bca755a49e3031c483422031874f Mon Sep 17 00:00:00 2001 From: joleaf <71190322+joleaf@users.noreply.github.com> Date: Thu, 29 Sep 2022 17:02:55 +0200 Subject: [PATCH] tutor: missing before removing the second cursor (#4027) This step was missing in section 5.2 of tutor. --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index 04ea8fcdc..8eef33af2 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 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 = =================================================================