Unnamed repository; edit this file 'description' to name the repository.
tutor: fix wording in recap for chapter 5 (#4629)
In recap for chapter 5.1 specify that the cursor is duplicted to the next suitable line instead of the next line. Signed-off-by: Tobias Kohlbau <[email protected]>
Tobias Kohlbau 2022-11-07
parent da8f29e · commit 6cafd81
-rw-r--r--runtime/tutor4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tutor b/runtime/tutor
index 43edb360..eb1d9885 100644
--- a/runtime/tutor
+++ b/runtime/tutor
@@ -596,8 +596,8 @@ _________________________________________________________________
= CHAPTER 5 RECAP =
=================================================================
- * Type C to copy the current selection to below and Alt-C for
- above.
+ * Type C to duplicate the cursor to the next suitable line
+ and Alt-C for previous suitable line.
* Type s to select all instances of a regex pattern inside
the current selection.