diff options
author | Tim Siegel | 2022-10-10 14:32:23 +0000 |
---|---|---|
committer | Michael Davis | 2022-10-12 23:12:54 +0000 |
commit | 0571fa4d56a7905da669d637195490dc0f4eacc1 (patch) | |
tree | dad1a01ba40288990b59834f72a342582c1be2bf /runtime/tutor | |
parent | 6db39eacd35af488808607028b423c6ab2bee94e (diff) |
tutor: Clarify first multi-cursor example
If the reader is unfortunate enough to place the cursor at the beginning
of the line on step #1, subsequent steps will fail.
Diffstat (limited to 'runtime/tutor')
-rw-r--r-- | runtime/tutor | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/tutor b/runtime/tutor index 6e1ec075..e0e2436b 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -490,7 +490,8 @@ _________________________________________________________________ Type C to duplicate the cursor to the next suitable line. - 1. Move the cursor to the first line marked '-->' below. + 1. Move the cursor to the first line below marked -->. Place + the cursor on the first word. 2. Type C to duplicate the cursor to the next suitable line. Notice how it skips the line in the middle. Keys you type will now affect both cursors. |