aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor/en/vim-01-beginner.tutor
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-11-15 15:57:42 +0100
committerFelipe Morales <hel.sheep@gmail.com>2015-11-28 10:59:21 +0100
commit0af56a0ec766b1c2453f816bd24ecc8f1101f480 (patch)
treed8403bc92d94ed9fbf3ae00c76d0be1d2cb6946f /runtime/tutor/en/vim-01-beginner.tutor
parent660f12f5b3988ac1d4f992fc113164e587a76600 (diff)
downloadrneovim-0af56a0ec766b1c2453f816bd24ecc8f1101f480.tar.gz
rneovim-0af56a0ec766b1c2453f816bd24ecc8f1101f480.tar.bz2
rneovim-0af56a0ec766b1c2453f816bd24ecc8f1101f480.zip
tutor: Update vim-tutor to 0.2.1
Also, some tweaks based on input by @fdinoff on gitter.
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r--runtime/tutor/en/vim-01-beginner.tutor10
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor
index f791e727e7..47d4ed06a1 100644
--- a/runtime/tutor/en/vim-01-beginner.tutor
+++ b/runtime/tutor/en/vim-01-beginner.tutor
@@ -7,6 +7,12 @@ IMPORTANT to remember that this tutor is set up to teach by use. That means
that you need to do the exercises to learn them properly. If you only read
the text, you will soon forget what is most important!
+For now, make sure that your Shift-Lock key is NOT depressed and press the `j`{normal}
+key enough times to move the cursor so that Lesson 0 completely fills the
+screen.
+
+# Lesson 0
+
NOTE: The commands in the lessons will modify the text, but those changes won't
be saved. Don't worry about messing things up; just remember that pressing
[<Esc>](<Esc>) and then [u](u) will undo the latest change.
@@ -30,9 +36,7 @@ or press a sequence of keys
Text within <'s and >'s (like `<Enter>`{normal}) describes a key to press instead of text
to type.
-Now, make sure that your Shift-Lock key is NOT depressed and press the `j`{normal}
-key enough times to move the cursor so that Lesson 1.1 completely fills the
-screen.
+Now, move to the next lesson (remember, use j).
## Lesson 1.1: MOVING THE CURSOR