Lines Matching refs:CTRL

145 	'u' goes backward in time, 'CTRL-R' goes forward again.  Set option
161 define your own menus. Better support for CTRL/SHIFT/ALT keys in
242 CTRL-O can be used to execute a single Normal mode command. This is
272 Visual mode with CTRL-V. The block can be deleted ("d"), yanked ("y")
288 can be used to move forward/backward one word. CTRL-B/CTRL-E can be
313 If there are multiple matches, CTRL-N (next) and CTRL-P (previous)
314 will walk through the matches. <Tab> works like CTRL-N, but wraps
318 completion, <Tab> is the default. CTRL-D can be typed after an
319 (incomplete) wildcard; all matches will be listed. CTRL-A will insert
320 all matches. CTRL-L will insert the longest common part of the
324 In Insert mode the CTRL-N and CTRL-P keys can be used to complete a
326 With CTRL-X another mode is entered, through which completion can be
518 CTRL-W f splits the window and starts editing the file whose name is under
529 With the CTRL-] command, the cursor may be in the middle of the identifier.
532 are CTRL-T, ":pop" and ":tag". ":tags" lists the tag stack.
546 CTRL-^ accepts a count, which is an index in this list.
633 CTRL-O/CTRL-I can be used to jump to older/newer positions. These are the
659 The CTRL-A (add) and CTRL-X (subtract) commands are new. The count to the
667 by using a CTRL-M. For Vi this means you cannot insert a real CTRL-M in the
668 text. With Vim you can put a real CTRL-M in the text by preceding it with a
669 CTRL-V.
676 the text moves rightwards. Backspace, CTRL-W and CTRL-U will also work in
677 the opposite direction. CTRL-B toggles the 'revins' option. In replace mode
680 The backspace key can be used just like CTRL-D to remove auto-indents.
682 You can backspace, CTRL-U and CTRL-W over line breaks if the 'backspace' (bs)
691 CTRL-T/CTRL-D always insert/delete an indent in the current line, no matter
694 CTRL-@ (insert previously inserted text) works always (Vi: only when typed as
697 CTRL-A works like CTRL-@ but does not leave insert mode.
699 CTRL-R {register} can be used to insert the contents of a register.
704 CTRL-Y and CTRL-E can be used to copy a character from above/below the
707 After CTRL-V you can enter a three digit decimal number. This byte value is
720 entered with "CTRL-K {char1} {char2}" or "{char1} BS {char2}" (only when
757 the CTRL-Z, ":stop" or ":suspend" command starts a new shell.
900 |CTRL-B| scroll N screens Backwards
901 |CTRL-C| interrupt current (search) command
902 |CTRL-D| scroll Down N lines (default: half a screen); Vim scrolls
905 |CTRL-E| scroll N lines upwards (N lines Extra)
906 |CTRL-F| scroll N screens Forward
907 |CTRL-G| display current file name and position
909 |CTRL-H| same as "h"
911 |CTRL-J| same as "j"
912 |CTRL-L| redraw screen
914 |CTRL-M| same as <CR>
915 |CTRL-N| same as "j"
916 |CTRL-P| same as "k"
917 |CTRL-R| in some Vi versions: same as CTRL-L
918 |CTRL-T| jump to N older Tag in tag list
919 |CTRL-U| N lines Upwards (default: half a screen) {Vi used file lines
922 |CTRL-Y| scroll N lines downwards
923 |CTRL-Z| suspend program (or start new shell)
924 |CTRL-]| :ta to ident under cursor {Vi: identifier after the cursor}
925 |CTRL-^| edit alternate file {Vi: no count}
1011 |r| replace N chars with {char} {Vi: CTRL-V <CR> still replaces
1036 CTRL-@ insert previously inserted text and stop insert
1038 CTRL-C quit insert mode, without checking for abbreviation, unless
1040 CTRL-D delete one shiftwidth of indent in the current line
1041 {Vi: CTRL-D works only when used after autoindent}
1045 CTRL-H same as <BS>
1047 CTRL-I same as <Tab>
1049 CTRL-J same as <CR>
1051 CTRL-M same as <CR>
1052 CTRL-T insert one shiftwidth of indent in current line {Vi: only when
1054 CTRL-V {char} insert next non-digit literally {Vi: no decimal byte entry}
1055 CTRL-W delete word before the cursor
1056 CTRL-Z when 'insertmode' set: suspend Vi
1058 CTRL-[ same as <Esc>
1059 0 CTRL-D delete all indent in the current line
1060 ^ CTRL-D delete all indent in the current line, restore it in the next
1094 'scroll' 'scr' lines to scroll with CTRL-U and CTRL-D
1114 'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B