Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/tutor')
| -rw-r--r-- | runtime/tutor | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/runtime/tutor b/runtime/tutor index 30c0f102..194a01f0 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -316,7 +316,7 @@ Insert mode, so it is a very common shorthand for di. 1. Move the cursor to the line marked '-->' below. - 2. Move to the start of an incorrect word and type e to + 2. Move to the start of an incorrect word and type w to select it. 3. Type c to delete the word and enter Insert mode. 4. Type the correct word. @@ -337,7 +337,7 @@ 1. Move the cursor to the line marked '-->' below. 2. Type 2w to move 2 words forward. 3. Type 3e to move to the end of the third word forward. - 4. Type 2b to move 2 words backwards. + 4. Type 2b to move 2 words backwards 5. Try the above with different numbers. --> This is just a line with words you can move around in. @@ -391,8 +391,8 @@ --> 6) Sugar is sweet, --> 7) And so are you. - Note: X works similarly to x although it doesn't extend to - subsequent lines. X on an empty line does nothing. + Note : X works similarly to x although it doesn't extend to + subsequent lines. X on an empty line does nothing. ================================================================= = 3.8 COLLAPSING SELECTIONS = @@ -411,8 +411,8 @@ --> This is an error-free line with words to move around in. Note: This works the same in Select mode. - Note: Another related command is Alt-; which flips the direction - of the selection (flips the selection's cursor and anchor). + Note: Another related command is Alt-; which flips selections. + @@ -755,7 +755,7 @@ 1. Move the cursor to the line marked '-->' below. 2. Type w to select "watermelons" and then y to yank it. 3. Select "oranges" with w. - 4. Type R to replace "oranges" with "watermelons". + 4. Type R to replace "oranges" with "watermelons" --> I like watermelons because oranges are refreshing. @@ -1169,11 +1169,11 @@ letters! that is not good grammar. you can fix this. ================================================================= Using the selections and multi-cursor functionality, you can - comment multiple lines as long as they are under the selection or + comment multiple lines as long as it is under the selection or cursors. 1. Move your cursor to the line marked with '-->' below. - 2. Now try to select or add more cursors to the other lines marked + 2. Now try to select or add more cursors the other lines marked with '-->'. 3. Comment those lines. @@ -1315,7 +1315,7 @@ letters! that is not good grammar. you can fix this. --> delete "layers "of" quote marks" too: this will delete the nearest previous and following quote marks - Trying to delete nonexistent surrounding delimiters prints an error + Trying to delete unexisting surrounding delimiters print an error at the bottom bar and does nothing. ================================================================= @@ -1336,7 +1336,7 @@ letters! that is not good grammar. you can fix this. --> some (nested surroundings [can be replaced]) --> this "works with 'other surroundings' too" - You can try to replace a nonexistent pair: this will show + You can try to replace a non existing pair: this will show an error warning at the bottom bar and do nothing. |