aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor
diff options
context:
space:
mode:
authormrjerzy2022-12-30 14:11:06 +0000
committerGitHub2022-12-30 14:11:06 +0000
commitb813b1a659e39fbe4c1a757ec837a132c6fadbf9 (patch)
treea122e3b94b89439cbf6d67303b79883c31747013 /runtime/tutor
parent6f8f9cac9a05bb986a3b5d141104563de3528e29 (diff)
Add tutor example for WORDS (#5304)
Diffstat (limited to 'runtime/tutor')
-rw-r--r--runtime/tutor22
1 files changed, 11 insertions, 11 deletions
diff --git a/runtime/tutor b/runtime/tutor
index 408f7451..8336a516 100644
--- a/runtime/tutor
+++ b/runtime/tutor
@@ -271,17 +271,17 @@ _________________________________________________________________
whitespace, whereas words can be separated by other characters
in addition to whitespace.
- All of these motions select the text they traverse.
-
-
-
-
-
-
-
-
-
-
+ 1. Move the cursor to the beginning of the line marked with '-->'.
+ 2. Type w repeatedly to select individual words until you
+ reach the end of the line.
+ 3. Note that 'one-of-a-kind' required 7 keystrokes to be
+ traversed. '"modal"' required 3 keystrokes.
+ 4. Move the cursor back to beginning of the line marked '-->'.
+ 5. Type W repeatedly to select individual WORDS.
+ 6. Note that 'one-of-a-kind' and '"modal"' have been selected
+ both with one keystroke each.
+
+--> Helix is a one-of-a-kind "modal" text editor
=================================================================