Lines Matching full:cursor

4 2 Delete the character behind cursor
5 3 Cut from beginning of current word to cursor - saved in cut buffer
6 4 Cut from beginning of line to cursor - save in cut buffer
9 7 Capitalize the characters from cursor to end of current word
10 8 Vi change case of character under cursor and advance one character
17 15 Copy current word to cursor
18 16 Copy area between mark and cursor to cut buffer
20 18 Delete character under cursor
21 19 Delete character under cursor or signal end of file on an empty line
22 20 Delete character under cursor or list completions if at end of line
23 21 Delete character under cursor, list completions or signal end of file
24 22 Cut from cursor to end of current word - save in cut buffer
28 26 Lowercase the characters from cursor to end of current word
30 28 Move cursor to end of line
31 29 Exchange the cursor and mark
38 36 Exchange the two characters before the cursor
46 44 Cut area between mark and cursor and save in cut buffer
65 63 Set the mark at cursor
70 68 Exchange the character to the left of the cursor with the one under
71 69 Exchange the two characters before the cursor
82 80 Uppercase the characters from cursor to end of current word
84 82 Vi enter insert mode after the cursor
86 84 Vi change case of character under cursor and advance one character
105 103 Vi replace character under the cursor with the next character typed
109 107 Vi replace character under the cursor and enter insert mode
116 114 Paste cut buffer at cursor position
119 117 (WIN32 only) Paste clipboard buffer at cursor position