Lines Matching refs:CTRL

37 |h|	N  h		left (also: CTRL-H, <BS>, or <Left> key)
62 |k| N k up N lines (also: CTRL-P and <Up>)
63 |j| N j down N lines (also: CTRL-J, CTRL-N, <NL>, and <Down>)
66 CTRL-M and <CR>)
188 |CTRL-O| N CTRL-O go to Nth older position in jump list
189 |CTRL-I| N CTRL-I go to Nth newer position in jump list
210 |CTRL-]| CTRL-] jump to the tag under cursor, unless changes
219 |CTRL-T| N CTRL-T jump back from Nth older tag in tag list
227 |CTRL-W_}| CTRL-W } like CTRL-] but show tag in preview window
231 |CTRL-W_z| CTRL-W z close tag preview window
235 |CTRL-E| N CTRL-E window N lines downwards (default: 1)
236 |CTRL-D| N CTRL-D window N lines Downwards (default: 1/2 window)
237 |CTRL-F| N CTRL-F window N pages Forwards (downwards)
238 |CTRL-Y| N CTRL-Y window N lines upwards (default: 1)
239 |CTRL-U| N CTRL-U window N lines Upwards (default: 1/2 window)
240 |CTRL-B| N CTRL-B window N pages Backwards (upwards)
273 |i_CTRL-C| CTRL-C like <Esc>, but do not use an abbreviation
274 |i_CTRL-O| CTRL-O {command} execute {command} and return to Insert mode
285 |i_CTRL-V| CTRL-V {char}.. insert character literally, or enter decimal
287 |i_<NL>| <NL> or <CR> or CTRL-M or CTRL-J
289 |i_CTRL-E| CTRL-E insert the character from below the cursor
290 |i_CTRL-Y| CTRL-Y insert the character from above the cursor
292 |i_CTRL-A| CTRL-A insert previously inserted text
293 |i_CTRL-@| CTRL-@ insert previously inserted text and stop
295 |i_CTRL-R| CTRL-R {register} insert the contents of a register
297 |i_CTRL-N| CTRL-N insert next match of identifier before the
299 |i_CTRL-P| CTRL-P insert previous match of identifier before
301 |i_CTRL-X| CTRL-X ... complete the word before the cursor in
304 |i_<BS>| <BS> or CTRL-H delete the character before the cursor
306 |i_CTRL-W| CTRL-W delete word before the cursor
307 |i_CTRL-U| CTRL-U delete all entered characters in the current
309 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in front of
311 |i_CTRL-D| CTRL-D delete one shiftwidth of indent in front of
313 |i_0_CTRL-D| 0 CTRL-D delete all indent in the current line
314 |i_^_CTRL-D| ^ CTRL-D delete all indent in the current line,
324 |i_CTRL-K| CTRL-K {char1} {char2}
403 |CTRL-A| N CTRL-A add N to the number at or after the cursor
404 |CTRL-X| N CTRL-X subtract N from the number at or after the cursor
453 |CTRL-V| CTRL-V start highlighting blockwise } highlighted text
458 |v_CTRL-V| CTRL-V highlight blockwise or stop highlighting
603 'allowrevins' 'ari' allow CTRL-_ in Insert and Command-line mode
821 'nrformats' 'nf' number formats recognized for CTRL-A command
873 'scroll' 'scr' lines to scroll with CTRL-U and CTRL-D
997 'window' 'wi' nr of lines to scroll for CTRL-F and CTRL-B
1016 |CTRL-R| N CTRL-R redo last N undone changes
1051 |CTRL-L| CTRL-L clear and redraw the screen
1052 |CTRL-G| CTRL-G show current file name (with path) and cursor
1058 |g_CTRL-G| g CTRL-G show cursor column, line, and character
1060 |CTRL-C| CTRL-C during searches: Interrupt the search
1061 |dos-CTRL-Break| CTRL-Break MS-Windows: during searches: Interrupt the
1082 |c_CTRL-V| CTRL-V {char} insert {char} literally
1083 |c_CTRL-V| CTRL-V {number} enter decimal value of character (up to
1085 |c_CTRL-K| CTRL-K {char1} {char2}
1087 |c_CTRL-R| CTRL-R {register} insert the contents of a register
1091 |c_CTRL-B| CTRL-B/CTRL-E cursor to beginning/end of command-line
1095 |c_CTRL-W| CTRL-W delete the word in front of the cursor
1096 |c_CTRL-U| CTRL-U remove all characters
1101 |c_CTRL-G| CTRL-G next match when 'incsearch' is active
1102 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active
1112 |c_CTRL-D| CTRL-D list all names that match the pattern in
1114 |c_CTRL-A| CTRL-A insert all names that match pattern in front
1116 |c_CTRL-L| CTRL-L insert longest common part of names that
1118 |c_CTRL-N| CTRL-N after 'wildchar' with multiple matches: go
1120 |c_CTRL-P| CTRL-P after 'wildchar' with multiple matches: go
1233 |CTRL-^| N CTRL-^ edit alternate file N (equivalent to ":e #N")
1298 |CTRL-Z| CTRL-Z same as ":stop"
1333 |CTRL-W_s| CTRL-W s or :split split window into two parts
1342 |CTRL-W_]| CTRL-W ] split window and jump to tag under
1344 |CTRL-W_f| CTRL-W f split window and edit file name under
1346 |CTRL-W_^| CTRL-W ^ split window and edit alternate file
1347 |CTRL-W_n| CTRL-W n or :new create new empty window
1348 |CTRL-W_q| CTRL-W q or :q[uit] quit editing and close window
1349 |CTRL-W_c| CTRL-W c or :cl[ose] make buffer hidden and close window
1350 |CTRL-W_o| CTRL-W o or :on[ly] make current window only one on the
1353 |CTRL-W_j| CTRL-W j move cursor to window below
1354 |CTRL-W_k| CTRL-W k move cursor to window above
1355 |CTRL-W_CTRL-W| CTRL-W CTRL-W move cursor to window below (wrap)
1356 |CTRL-W_W| CTRL-W W move cursor to window above (wrap)
1357 |CTRL-W_t| CTRL-W t move cursor to top window
1358 |CTRL-W_b| CTRL-W b move cursor to bottom window
1359 |CTRL-W_p| CTRL-W p move cursor to previous active window
1361 |CTRL-W_r| CTRL-W r rotate windows downwards
1362 |CTRL-W_R| CTRL-W R rotate windows upwards
1363 |CTRL-W_x| CTRL-W x exchange current window with next one
1365 |CTRL-W_=| CTRL-W = make all windows equal height & width
1366 |CTRL-W_-| CTRL-W - decrease current window height
1367 |CTRL-W_+| CTRL-W + increase current window height
1368 |CTRL-W__| CTRL-W _ set current window height (default:
1371 |CTRL-W_<| CTRL-W < decrease current window width
1372 |CTRL-W_>| CTRL-W > increase current window width
1373 |CTRL-W_bar| CTRL-W | set current window width (default: