mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Move COLLAPSING SELECTION to MOTIONS AND SELECTIONS.
Also had to do a little rewording to fit the recap for MOTIONS AND SELECTIONS.
This commit is contained in:
parent
aa5cebae22
commit
15e1a0ebf2
@ -350,6 +350,28 @@ _________________________________________________________________
|
|||||||
NOTE: X works similarly to x although it does not extend to
|
NOTE: X works similarly to x although it does not extend to
|
||||||
subsequent lines. X on an empty line does nothing.
|
subsequent lines. X on an empty line does nothing.
|
||||||
|
|
||||||
|
=================================================================
|
||||||
|
= 3.7 COLLAPSING SELECTIONS =
|
||||||
|
=================================================================
|
||||||
|
|
||||||
|
Type ; to collapse selections to single cursors.
|
||||||
|
|
||||||
|
Sometimes, you want to deselect without having to move the
|
||||||
|
cursor(s). This can be done using the ; key.
|
||||||
|
|
||||||
|
1. Move the cursor to the line below marked -->.
|
||||||
|
2. Use the motions you have learned to move around the line,
|
||||||
|
and try using ; to deselect the text after it is selected
|
||||||
|
by the motions.
|
||||||
|
|
||||||
|
--> This is an error-free line with words to move around in.
|
||||||
|
|
||||||
|
NOTE: This works the same in select mode.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= CHAPTER 3 RECAP =
|
= CHAPTER 3 RECAP =
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -359,9 +381,7 @@ _________________________________________________________________
|
|||||||
* Type b to select backward to the start of the current word.
|
* Type b to select backward to the start of the current word.
|
||||||
* Use uppercase counterparts, W,E,B, to traverse WORDS.
|
* Use uppercase counterparts, W,E,B, to traverse WORDS.
|
||||||
|
|
||||||
* Typing d deletes the entire selection, so you can delete a
|
* Type d to delete the entire selection.
|
||||||
word forward by typing wd.
|
|
||||||
|
|
||||||
* Type c to delete the selection and enter Insert mode.
|
* Type c to delete the selection and enter Insert mode.
|
||||||
|
|
||||||
* Type a number before a motion to repeat it that many times.
|
* Type a number before a motion to repeat it that many times.
|
||||||
@ -372,6 +392,8 @@ _________________________________________________________________
|
|||||||
* Type x to select the entire current line. Type x again to
|
* Type x to select the entire current line. Type x again to
|
||||||
select the next line.
|
select the next line.
|
||||||
|
|
||||||
|
* Type semicolon ( ; ) to collapse selection.
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= 4.1 UNDOING =
|
= 4.1 UNDOING =
|
||||||
=================================================================
|
=================================================================
|
||||||
@ -527,29 +549,7 @@ _________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= 5.4 COLLAPSING SELECTIONS =
|
= 5.4 SELECTING TO A CHARACTER =
|
||||||
=================================================================
|
|
||||||
|
|
||||||
Type ; to collapse selections to single cursors.
|
|
||||||
|
|
||||||
Sometimes, you want to deselect without having to move the
|
|
||||||
cursor(s). This can be done using the ; key.
|
|
||||||
|
|
||||||
1. Move the cursor to the line below marked -->.
|
|
||||||
2. Use the motions you have learned to move around the line,
|
|
||||||
and try using ; to deselect the text after it is selected
|
|
||||||
by the motions.
|
|
||||||
|
|
||||||
--> This is an error-free line with words to move around in.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
|
||||||
= 5.5 SELECTING TO A CHARACTER =
|
|
||||||
=================================================================
|
=================================================================
|
||||||
|
|
||||||
Type f<ch> to select up to and including (find) a character.
|
Type f<ch> to select up to and including (find) a character.
|
||||||
@ -580,8 +580,6 @@ _________________________________________________________________
|
|||||||
* 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.
|
||||||
|
|
||||||
* Type semicolon ( ; ) to collapse selection.
|
|
||||||
|
|
||||||
* Type f / F to extend selection up to & including a character.
|
* Type f / F to extend selection up to & including a character.
|
||||||
|
|
||||||
* Type t / T to extend selection until a character.
|
* Type t / T to extend selection until a character.
|
||||||
@ -592,6 +590,8 @@ _________________________________________________________________
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=================================================================
|
=================================================================
|
||||||
= 6.2 CHANGING CASE =
|
= 6.2 CHANGING CASE =
|
||||||
=================================================================
|
=================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user