aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorn0s42022-06-25 18:29:35 +0000
committerBlaž Hrastnik2022-07-26 01:22:28 +0000
commit92d94e1f7e900c6d358c0820c4278bf7b03022dd (patch)
treed22ac5b1cfdf087c1e35588a23ceaa0193cec29d /runtime
parent88902d1f599774d812d391736e77ecf42e35a10f (diff)
Add REPITITION section
Diffstat (limited to 'runtime')
-rw-r--r--runtime/tutor.txt30
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.