Add CYCLING AND REMOVING SELECTIONS
This commit is contained in:
parent
9114672419
commit
771de41155
1 changed files with 23 additions and 1 deletions
|
@ -967,7 +967,29 @@ lines.
|
|||
|
||||
|
||||
=================================================================
|
||||
= 10.1 CHANGING CASE =
|
||||
= 10.1 CYCLING AND REMOVING SELECIONS =
|
||||
=================================================================
|
||||
|
||||
Type ) and ( to cycle the primary selection forward and backward
|
||||
through selections respectively.
|
||||
|
||||
Type A-, to remove the primary selection.
|
||||
|
||||
1. Move the cursor to the line below marked -->.
|
||||
2. Select both lines with xx or 2x.
|
||||
3. Type s to select, type "would" and enter.
|
||||
4. Use ( and ) to cycle the primary selection and remove the
|
||||
very second "would" with A-, .
|
||||
5. Type c "wood" to change the remaining "would"s to "wood".
|
||||
|
||||
--> How much would would a wouldchuck chuck
|
||||
--> if a wouldchuck could chuck would?
|
||||
|
||||
Note: A-( and A-) cycle the *contents* of the selections
|
||||
as well as the position of the primary selection.
|
||||
|
||||
=================================================================
|
||||
= 10.3 CHANGING CASE =
|
||||
=================================================================
|
||||
|
||||
Type ~ to switch the case of all selected letters.
|
||||
|
|
Loading…
Reference in a new issue