diff options
author | n0s4 | 2022-06-21 21:44:12 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-26 01:22:28 +0000 |
commit | ec4c2f39654fc971edfd722d385bc8157bb96b1e (patch) | |
tree | d1d123fdd182920a01cb5ed6eda047d3f709dc9b /runtime | |
parent | ce732ce6641fb285499fd7828d0acea66922f1e7 (diff) |
Reduce A-; section to a note on section 3.7
Also fixed consistency of capitalisation and spacing of notes.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/tutor.txt | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt index 6712a3cc..859f15ec 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -346,9 +346,10 @@ _________________________________________________________________ --> 5) Clocks tell time, --> 6) Sugar is sweet, --> 7) And so are you. + Note : X works similarly to x although it doesn't extend to + subsequent lines. X on an empty line does nothing. + - NOTE: X works similarly to x although it doesn't extend to - subsequent lines. X on an empty line does nothing. ================================================================= = 3.7 COLLAPSING SELECTIONS = @@ -365,8 +366,8 @@ _________________________________________________________________ by the motions. --> This is an error-free line with words to move around in. - - NOTE: This works the same in select mode. + Note: This works the same in select mode. + Note: Another related command is A-; which flips selections. @@ -453,13 +454,13 @@ _________________________________________________________________ Like the select command, searching also uses regex. Note: To search backwards, type ? (shift-/). - Note: Unlike Vim, N doesn't change the search direction. N always goes backwards and n always goes forwards. + ================================================================= = CHAPTER 4 RECAP = ================================================================= @@ -658,28 +659,6 @@ _________________________________________________________________ -================================================================= -= 6.3 REVERSING SELECTION = -================================================================= - - Type A-; (Alt-;) to reverse the selection(s). - - TODO - - - - - - - - - - - - - - - ================================================================ = CHAPTER 6 RECAP = ================================================================= |