Lines Matching refs:current
174 |m| m{a-zA-Z} mark current position with mark {a-zA-Z}
175 |`a| `{a-z} go to mark {a-z} within current file
241 |z<CR>| z<CR> or zt redraw, current line at top of window
242 |z.| z. or zz redraw, current line at center of window
243 |z-| z- or zb redraw, current line at bottom of window
258 |o| N o open a new line below the current line, append text (N times)
259 |O| N O open a new line above the current line, append text (N times)
307 |i_CTRL-U| CTRL-U delete all entered characters in the current
310 the current line
312 the current line
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,
319 |:dig| :dig[raphs] show current list of digraphs
361 |]p| N ]p like p, but adjust indent to current line
362 |[p| N [p like P, but adjust indent to current line
442 |&| & Repeat previous ":s" on current line without options
548 |:mkexrc| :mk[exrc][!] [file] write current mappings, abbreviations, and
554 like ":mkvimrc", but store current files,
607 'autochdir' 'acd' change directory to the file in the current window
608 'autoshelldir' 'asd' change directory to the shell's current directory
680 'diff' use diff mode for the current window
699 'exrc' 'ex' read .vimrc and .exrc in the current directory
880 'secure' secure mode for reading .vimrc in current dir
902 'showmode' 'smd' message on status line to show current mode
917 'splitbelow' 'sb' new window from split is below the current one
918 'splitright' 'spr' new window is put right of the current one
927 'syntax' 'syn' syntax to be loaded for current buffer
998 'winheight' 'wh' minimum number of lines for the current window
1004 'winwidth' 'wiw' minimal number of columns for current window
1036 |:caddfile| :caddf add errors from the error file to the current
1038 |:caddexpr| :cad add errors from an expression to the current
1052 |CTRL-G| CTRL-G show current file name (with path) and cursor
1099 with current command
1130 |:range| . the current line
1148 |:_%| % current file name (only where a file name is expected)
1226 Without !: Fail if changes have been made to the current buffer.
1227 With !: Discard any changes to the current buffer.
1229 |:edit| :e[dit][!] reload the current file
1235 |:pwd| :pwd print the current directory name
1236 |:cd| :cd [path] change the current directory to [path]
1237 |:cd-| :cd - back to previous current directory
1238 |:file| :f[ile] print the current file name and the cursor
1240 |:file| :f[ile] {name} set the current file name to {name}
1245 |:args| :ar[gs] print the argument list, with the current file
1254 in current window in new window ~
1265 |:w| :[range]w[rite][!] write to the current file
1270 |:w_a| :[range]w[rite][!] >> append to the current file
1274 |:up| :[range]up[date][!] write to current file if modified
1277 |:q| :q[uit] quit current buffer, unless changes have been
1280 |:q| :q[uit]! quit current buffer always, discard any
1287 |:wq| :wq[!] write the current file and exit
1350 |CTRL-W_o| CTRL-W o or :on[ly] make current window only one on the
1363 |CTRL-W_x| CTRL-W x exchange current window with next one
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:
1388 in current window in new window ~
1410 |:syntax| :syntax [list] list current syntax items