config/tutorial in ver-2009.10.14 vs config/tutorial in ver-2009.11.28
- old
+ new
@@ -1,8 +1,8 @@
-=====================================================================
-= Welcome to the VER Tutor - Version 2009.09 =
-================================================
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~ Welcome to the VER Tutor - Version 2009.09 ~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VER is a very powerful editor that has many commands, too many to
explain in a tutor such as this. This tutor is designed to describe
enough of the commands that you will be able to easily use VER as
an all-purpose editor.
@@ -21,54 +21,58 @@
Now, make sure that your Shift-Lock key is NOT depressed and press
the j key enough times to move the cursor so that Lesson 1.1
completely fills the screen.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Lesson 1.1: MOVING THE CURSOR
+Lesson 1.1: MOVING THE CURSOR
To move the cursor, press the h,j,k,l keys as indicated.
- ^
- k Hint: The h key is at the left and moves left.
- < h l > The l key is at the right and moves right.
- j The j key looks like a down arrow.
- v
+ ^
+ k
+ < h l >
+ j
+ v
+Hint: The h key is at the left and moves left.
+The l key is at the right and moves right.
+The j key looks like a down arrow.
+
1. Move the cursor around the screen until you are comfortable.
2. Hold down the down key (j) until it repeats.
Now you know how to move to the next lesson.
3. Using the down key, move to Lesson 1.2.
-NOTE: If you are ever unsure about something you typed, press <ESC> to place
- you in Normal mode. Then retype the command you wanted.
+NOTE: If you are ever unsure about something you typed, press <ESC> to place
+ you in Normal mode. Then retype the command you wanted.
-NOTE: The cursor keys should also work. But using hjkl you will be able to
- move around much faster, once you get used to it. Really!
+NOTE: The cursor keys should also work. But using hjkl you will be able to
+ move around much faster, once you get used to it. Really!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Lesson 1.2: EXITING VIM
+ Lesson 1.2: EXITING VIM
!! NOTE: Before executing any of the steps below, read this entire lesson!!
1. Press the <ESC> key (to make sure you are in Normal mode).
-2. Type: :q! <ENTER>.
+2. Type: :q! <Return>.
This exits the editor, DISCARDING any changes you have made.
3. When you see the shell prompt, type the command that got you into this
- tutor. That would be: vimtutor <ENTER>
+ tutor. That would be: vertutor <Return>
4. If you have these steps memorized and are confident, execute steps
1 through 3 to exit and re-enter the editor.
-NOTE: :q! <ENTER> discards any changes you made. In a few lessons you
- will learn how to save the changes to a file.
+NOTE: :q! <Return> discards any changes you made. In a few lessons you
+ will learn how to save the changes to a file.
5. Move the cursor down to Lesson 1.3.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Lesson 1.3: TEXT EDITING - DELETION
+ Lesson 1.3: TEXT EDITING - DELETION