Skip to content

Commit 6cafd81

Browse files
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]>
1 parent da8f29e commit 6cafd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/tutor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ _________________________________________________________________
596596
= CHAPTER 5 RECAP =
597597
=================================================================
598598

599-
* Type C to copy the current selection to below and Alt-C for
600-
above.
599+
* Type C to duplicate the cursor to the next suitable line
600+
and Alt-C for previous suitable line.
601601

602602
* Type s to select all instances of a regex pattern inside
603603
the current selection.

0 commit comments

Comments
 (0)