PICK Commands
Previous Topic  Next Topic 

PICK COMMANDS

CURSOR MOVEMENT

<Ctrl> +

k         Moves the cursor forward (right) one character.


j        Moves the cursor back (left) one character.


n        Moves the cursor down one line.


b        Moves the cursor up one line.


i        Moves the cursor forward to the next tab stop in the line.


u        Moves the cursor forward (right) one word.


y        Moves the cursor back (left) one word.


f        Moves the cursor forward to the next sentence.


d        Moves the cursor back to the beginning of the sentence.


g        Moves the cursor to the end of the current paragraph.


m        Moves the cursor to the beginning of the next paragraph (attribute) if in overtype

       mode. Creates a new attribute if in insert mode.


t        Moves the cursor to the top of the current item.


zn        Moves the cursor to the top of the next screen.


zy        Moves the cursor to the top of the previous screen.


zh        Moves the cursor to the first line of the next screen, then moves the display up 12 lines.        


zq        Moves the cursor to the first line of the next screen, then moves display up one quarter of a screen.


ze        Move the cursor to the end of the current item.


za        Redisplay the screen with the current line at the top of the screen.


zb        Redisplays the screen with the current line at the bottom of the screen.


zp        Redisplays the screen.


z#        Goes to the specified line number.



Overtype :

When UP is first entered, it is in overtype mode. (this means that the characters         typed will overwrite the characters on the screen.)        


Insert mode:

       This mode is used to insert new text just in front of the text beginning at the cursor.


<Ctrl> +


r         Allows you to toggle between overtype and insert mode.