aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorTobias Kohlbau2022-11-07 13:53:29 +0000
committerGitHub2022-11-07 13:53:29 +0000
commit6cafd81e41f353a7005eef4248a09a2b1849bc5c (patch)
treef5b6212f68a19a8e8f4d8c4e7fac26f52e59dc2a /runtime
parentda8f29eaa7d51be7b0417111281b6cc526842f85 (diff)
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 <tobias@kohlbau.de>
Diffstat (limited to 'runtime')
-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.