Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/tutor')
| -rw-r--r-- | runtime/tutor | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/tutor b/runtime/tutor index 30c0f102..f94e2a20 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. @@ -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. |