Lines Matching refs:on

15      file to practice on (if you started "vimtutor" this is already a copy).
78 2. To fix the errors, move the cursor until it is on top of the
87 5. Now that the line is correct, go on to lesson 1.4.
101 2. To make the first line the same as the second, move the cursor on top
123 It does not matter on what character the cursor is in that line.
199 NOTE: The letter d will appear on the last line of the screen as you type
225 5. Move on to lesson 2.3 to understand what is happening.
242 motion - is what the operator will operate on (listed below).
272 6. Move on to lesson 2.5.
322 Doubling to operate on a line also works for operators mentioned below.
330 1. Move the cursor to the line below marked ---> and place it on the
334 4. This time fix all the errors on the line using the x command.
342 8. These are very useful commands. Now move on to the lesson 2 Summary.
361 motion - moves over the text to operate on, such as w (word),
367 To undo all the changes on a line, type: U (capital U)
401 2. Move the cursor so that it is on top of the first error.
410 5. Now move on to lesson 3.3.
424 2. Place the cursor on the u in lubw.
467 deleted text AFTER the cursor (if a line was deleted it will go on the
481 Now go on to the next lesson.
503 3. Type the number of the line you were on and then G . This will
504 return you to the line you were on when you first pressed CTRL-G.
537 1. Place the cursor on any (, [, or { in the line below marked --->.
592 3. Typing % while the cursor is on a (,),[,],{, or } goes to its match.
595 To substitute new for all 'old's on a line type :s/old/new/g
620 From here on we will not always mention it.
728 ---> After typing o the cursor is placed on the open line in Insert mode.
731 than a lowercase o. Try this on the line below.
733 ---> Open up a line above this by typing O while the cursor is on this line.
746 2. Press e until the cursor is on the end of li .
858 ** Use the on-line help system **
860 Vim has a comprehensive on-line help system. To get started, try one of
870 You can find help on just about any subject, by giving an argument to the
886 1. Start editing the "vimrc" file. This depends on your system:
929 2. Type :help cmd to find help on cmd .
964 The sixth edition also includes information on Vim.