mirror of https://github.com/helix-editor/helix
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>pull/3953/merge
parent
da8f29eaa7
commit
6cafd81e41
|
@ -596,8 +596,8 @@ _________________________________________________________________
|
||||||
= CHAPTER 5 RECAP =
|
= CHAPTER 5 RECAP =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
* Type C to copy the current selection to below and Alt-C for
|
* Type C to duplicate the cursor to the next suitable line
|
||||||
above.
|
and Alt-C for previous suitable line.
|
||||||
|
|
||||||
* Type s to select all instances of a regex pattern inside
|
* Type s to select all instances of a regex pattern inside
|
||||||
the current selection.
|
the current selection.
|
||||||
|
|
Loading…
Reference in New Issue