diff options
author | n0s4 | 2022-06-25 18:29:35 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-07-26 01:22:28 +0000 |
commit | 92d94e1f7e900c6d358c0820c4278bf7b03022dd (patch) | |
tree | d22ac5b1cfdf087c1e35588a23ceaa0193cec29d | |
parent | 88902d1f599774d812d391736e77ecf42e35a10f (diff) |
Add REPITITION section
-rw-r--r-- | runtime/tutor.txt | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt index 5ada43c3..760251e1 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -658,17 +658,39 @@ _________________________________________________________________ -================================================================ +================================================================= += 6.3 REPITITION = +================================================================= + + Type . to repeat the last insert command. + Type A-. to repeat the f/t selection. + + 1. Move the cursor to the line below marked -->. + 2. Make a change, insertion or appendage and repeat it with . . + 3. Try using A-. with f and t, to select multiple sentences for + instance. + + This is some text for you to repeat things. You can repeat + insertions like changing words, or repeat selections like f/t. + + + + + + + + +================================================================= = CHAPTER 6 RECAP = ================================================================= * 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. * Type r to replace selected characters. - + * Type . to repeat the last insertion. + * Type A-. to repeat the last f / t selection. |