diff options
author | n0s4 | 2022-06-26 12:25:25 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-26 01:22:28 +0000 |
commit | 4e76436b204db04ebc32e1436519b24317d103f3 (patch) | |
tree | 895366119c835d2a32bd8fb84bd3f16b51bce9eb | |
parent | d2b292660d01a8a340fce99f6c100f0602a5eae4 (diff) |
Add 'ADDING SELECTION ON NEXT SEARCH MATCH'
-rw-r--r-- | runtime/tutor.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt index eb4846d8..92edfeaf 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -901,6 +901,28 @@ lines. ================================================================= += 9.2 ADDING SELECTION ON NEXT SEARCH MATCH = +================================================================= + + A property of select mode (v) when using n and N is that instead + of moving the selection to the next match, it adds a new + selection on each match. + + 1. Move the cursor to the line below marked -->. + 2. Select the first "bat" and type * to set it to search. + 3. Type v to enter select mode. + 4. Type n twice to select the next two "bat"s. + 5. Use c or r to change every "bat" to "cat". + + --> Everybody wants to be a bat, + --> because a bat's the only bat + --> who knows where it's at. + + + + + +================================================================= = 10.1 CHANGING CASE = ================================================================= |