aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorn0s42022-06-26 18:14:53 +0000
committerBlaž Hrastnik2022-07-26 01:22:28 +0000
commit771de41155d6acbce7bd70fc60ad2ebcd1df4574 (patch)
tree04dad99672a794a65e6ab62a39f7d0fb27646b5a /runtime
parent9114672419ced8e305751a6f395e980cf09e0166 (diff)
Add CYCLING AND REMOVING SELECTIONS
Diffstat (limited to 'runtime')
-rw-r--r--runtime/tutor.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/runtime/tutor.txt b/runtime/tutor.txt
index b9d6e44c..a2f9477e 100644
--- a/runtime/tutor.txt
+++ b/runtime/tutor.txt
@@ -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.