mirror of https://github.com/helix-editor/helix
Reduce A-; section to a note on section 3.7
Also fixed consistency of capitalisation and spacing of notes.pull/3168/head^2
parent
ce732ce664
commit
ec4c2f3965
|
@ -346,10 +346,11 @@ _________________________________________________________________
|
||||||
--> 5) Clocks tell time,
|
--> 5) Clocks tell time,
|
||||||
--> 6) Sugar is sweet,
|
--> 6) Sugar is sweet,
|
||||||
--> 7) And so are you.
|
--> 7) And so are you.
|
||||||
|
Note : X works similarly to x although it doesn't extend to
|
||||||
NOTE: X works similarly to x although it doesn't extend to
|
|
||||||
subsequent lines. X on an empty line does nothing.
|
subsequent lines. X on an empty line does nothing.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= 3.7 COLLAPSING SELECTIONS =
|
= 3.7 COLLAPSING SELECTIONS =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -365,8 +366,8 @@ _________________________________________________________________
|
||||||
by the motions.
|
by the motions.
|
||||||
|
|
||||||
--> This is an error-free line with words to move around in.
|
--> 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.
|
Like the select command, searching also uses regex.
|
||||||
|
|
||||||
Note: To search backwards, type ? (shift-/).
|
Note: To search backwards, type ? (shift-/).
|
||||||
|
|
||||||
Note: Unlike Vim, N doesn't change the search direction.
|
Note: Unlike Vim, N doesn't change the search direction.
|
||||||
N always goes backwards and n always goes forwards.
|
N always goes backwards and n always goes forwards.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= CHAPTER 4 RECAP =
|
= CHAPTER 4 RECAP =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
@ -658,28 +659,6 @@ _________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
|
||||||
= 6.3 REVERSING SELECTION =
|
|
||||||
=================================================================
|
|
||||||
|
|
||||||
Type A-; (Alt-;) to reverse the selection(s).
|
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
================================================================
|
================================================================
|
||||||
= CHAPTER 6 RECAP =
|
= CHAPTER 6 RECAP =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
Loading…
Reference in New Issue