Lines Matching refs:cursor

22      the   j   key enough times to move the cursor so that lesson 1.1
28 ** To move the cursor, press the h,j,k,l keys as indicated. **
34 1. Move the cursor around the screen until you are comfortable.
44 NOTE: The cursor keys should also work. But using hjkl you will be able to
67 5. Move the cursor down to lesson 1.3.
74 ** Press x to delete the character under the cursor. **
76 1. Move the cursor to the line below marked --->.
78 2. To fix the errors, move the cursor until it is on top of the
99 1. Move the cursor to the first line below marked --->.
101 2. To make the first line the same as the second, move the cursor on top
122 1. Move the cursor to the first line below marked --->.
123 It does not matter on what character the cursor is in that line.
129 4. Move the cursor to the second line marked ---> and repeat
166 1. The cursor is moved using either the arrow keys or the hjkl keys.
174 4. To delete the character at the cursor type: x
177 i type inserted text <ESC> insert before the cursor
193 2. Move the cursor to the line below marked --->.
195 3. Move the cursor to the beginning of a word that needs to be deleted.
216 2. Move the cursor to the line below marked --->.
218 3. Move the cursor to the end of the correct line (AFTER the first . ).
249 Thus typing de will delete from the cursor to the end of the word.
252 move the cursor as specified.
260 1. Move the cursor to the start of the line below marked --->.
262 2. Type 2w to move the cursor two words forward.
264 3. Type 3e to move the cursor to the end of the third word forward.
287 1. Move the cursor to the first UPPER CASE word in the line marked --->.
309 1. Move the cursor to the second line in the phrase below.
330 1. Move the cursor to the line below marked ---> and place it on the
350 1. To delete from the cursor up to the next word type: dw
351 2. To delete from the cursor up to the end of the word type: de
352 3. To delete from the cursor to the end of a line type: d$
374 ** Type p to put previously deleted text after the cursor. **
376 1. Move the cursor to the first line below marked --->.
380 3. Move the cursor to the c) line, ABOVE where the deleted line should go.
382 4. Type p to put the line below the cursor.
397 ** Type rx to replace the character at the cursor with x . **
399 1. Move the cursor to the first line below marked --->.
401 2. Move the cursor so that it is on top of the first error.
422 1. Move the cursor to the first line below marked --->.
424 2. Place the cursor on the u in lubw.
451 3. Move the cursor to the first line below marked --->.
453 4. Move the cursor to the first error.
467 deleted text AFTER the cursor (if a line was deleted it will go on the
468 line below the cursor).
470 2. To replace the character under the cursor, type r and then the
473 3. The change operator allows you to change from the cursor to where the
474 motion takes you. eg. Type ce to change from the cursor to the end of
497 NOTE: You may see the cursor position in the lower right corner of the screen
514 1. In Normal mode type the / character. Notice that it and the cursor
537 1. Place the cursor on any (, [, or { in the line below marked --->.
541 3. The cursor will move to the matching parenthesis or bracket.
543 4. Type % to move the cursor to the other matching bracket.
545 5. Move the cursor to another (,),[,],{ or } and see what % does.
560 1. Move the cursor to the line below marked --->.
592 3. Typing % while the cursor is on a (,),[,],{, or } goes to its match.
606 1. Type the familiar command : to set the cursor at the bottom of the
652 1. Move the cursor to this line.
654 2. Press v and move the cursor to the fifth item below. Notice that the
665 NOTE: Pressing v starts Visual selection. You can move the cursor around
675 1. Place the cursor just above this line.
682 The file you retrieve is placed below the cursor line.
684 3. To verify that a file was retrieved, cursor back and notice that there
689 cursor.
709 cursor position.
712 cursor position.
719 ** Type o to open a line below the cursor and place you in Insert mode. **
721 1. Move the cursor to the first line below marked --->.
723 2. Type the lowercase letter o to open up a line BELOW the cursor and place
728 ---> After typing o the cursor is placed on the open line in Insert mode.
730 4. To open up a line ABOVE the cursor, simply type a capital O , rather
733 ---> Open up a line above this by typing O while the cursor is on this line.
742 ** Type a to insert text AFTER the cursor. **
744 1. Move the cursor to the start of the first line below marked --->.
746 2. Press e until the cursor is on the end of li .
748 3. Type an a (lowercase) to append text AFTER the cursor.
767 1. Move the cursor to the first line below marked --->. Move the cursor to
790 1. Move to the line below marked ---> and place the cursor after "a)".
792 2. Start Visual mode with v and move the cursor to just before "first".
796 4. Move the cursor to the end of the next line: j$
834 1. Type o to open a line BELOW the cursor and start Insert mode.
835 Type O to open a line ABOVE the cursor.
837 2. Type a to insert text AFTER the cursor.