Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tutor): add instruction to reload tutor ... #28175

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions runtime/tutor/en/vim-01-beginner.tutor
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ it would be easier to simply type two d's to delete a line.

4. Type `2dd`{normal} to delete two lines.

5. Type \<command\> here to reload the tutor for its proper working.

1) Roses are red,
2) Mud is fun,
3) Violets are blue,
Expand Down
44 changes: 22 additions & 22 deletions runtime/tutor/en/vim-01-beginner.tutor.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
"232": "Somebody typed the end of this line twice.",
"271": -1,
"290": "This line of words is cleaned up.",
"307": -1,
"308": -1,
"309": -1,
"310": -1,
"311": -1,
"312": -1,
"313": -1,
"333": "Fix the errors on this line and replace them with undo.",
"379": -1,
"380": -1,
"314": -1,
"315": -1,
"335": "Fix the errors on this line and replace them with undo.",
"381": -1,
"382": -1,
"398": "When this line was typed in, someone pressed some wrong keys!",
"399": "When this line was typed in, someone pressed some wrong keys!",
"419": "This line has a few words that need changing using the change operator.",
"420": "This line has a few words that need changing using the change operator.",
"440": "The end of this line needs to be corrected using the c$ command.",
"441": "The end of this line needs to be corrected using the c$ command.",
"504": -1,
"523": -1,
"546": "Usually the best time to see the flowers is in the spring.",
"741": -1,
"746": -1,
"762": "This line will allow you to practice appending text to a line.",
"763": "This line will allow you to practice appending text to a line.",
"783": "Adding 123 to 456 gives you 579.",
"784": "Adding 123 to 456 gives you 579.",
"810": "a) This is the first item.",
"811": "b) This is the second item."
"383": -1,
"384": -1,
"400": "When this line was typed in, someone pressed some wrong keys!",
"401": "When this line was typed in, someone pressed some wrong keys!",
"421": "This line has a few words that need changing using the change operator.",
"422": "This line has a few words that need changing using the change operator.",
"442": "The end of this line needs to be corrected using the c$ command.",
"443": "The end of this line needs to be corrected using the c$ command.",
"506": -1,
"525": -1,
"548": "Usually the best time to see the flowers is in the spring.",
"743": -1,
"748": -1,
"764": "This line will allow you to practice appending text to a line.",
"765": "This line will allow you to practice appending text to a line.",
"785": "Adding 123 to 456 gives you 579.",
"786": "Adding 123 to 456 gives you 579.",
"812": "a) This is the first item.",
"813": "b) This is the second item."
}
}
Loading