Lines Matching refs:file

22 |Q_di|	insert: Digraphs		|Q_ed|	Editing a file
72 |N%| N % goto line N percentage down in the file; N must be
140 matches a file name character \f \f
175 |`a| `{a-z} go to mark {a-z} within current file
176 |`A| `{A-Z} go to mark {A-Z} in any file
179 |`quote| `" go to the position when last editing this file
184 |`.| `. go to the position of the last change in this file
331 |:r| :r [file] insert the contents of [file] below the cursor
503 |:so| :so[urce] {file}
504 read Ex commands from {file}
505 |:so| :so[urce]! {file}
506 read Vim commands from {file}
548 |:mkexrc| :mk[exrc][!] [file] write current mappings, abbreviations, and
549 settings to [file] (default: ".exrc";
551 |:mkvimrc| :mkv[imrc][!] [file]
553 |:mksession| :mks[ession][!] [file]
607 'autochdir' 'acd' change directory to the file in the current window
612 'autoread' 'ar' autom. read file when changed outside of Vim
613 'autowrite' 'aw' automatically write file if changed
617 'backup' 'bk' keep backup file after overwriting a file
618 'backupcopy' 'bkc' make backup as a copy, don't rename the file
619 'backupdir' 'bdir' list of directories for the backup file
620 'backupext' 'bex' extension used for the backup file
627 'binary' 'bin' read/write/edit file in binary mode
629 'bomb' prepend a Byte Order Mark to the file
664 'cryptmethod' 'cm' type of encryption to use for file writing
679 'dictionary' 'dict' list of file names used for keyword completion
681 'diffexpr' 'dex' expression used to obtain a diff file
684 'directory' 'dir' list of directory names for the swap file
690 'endofline' 'eol' write <EOL> for last line in file
695 'errorformat' 'efm' description of the lines in the error file
700 'fileencoding' 'fenc' file encoding for multibyte text
702 'fileformat' 'ff' file format used for file I/O
704 'fileignorecase' 'fic' ignore case when using file names
705 'filetype' 'ft' type of file, used for autocommands
707 'fixendofline' 'fixeol' make sure last line in file has <EOL>
715 'foldlevelstart' 'fdls' 'foldlevel' when starting to edit a file
726 'fsync' 'fs' whether to invoke fsync() after file write
740 'helpfile' 'hf' full path name of the main help file
760 'include' 'inc' pattern to be used to find an include file
766 'insertmode' 'im' start the edit of a file in Insert mode
767 'isfname' 'isf' characters included in file names and pathnames
806 'modeline' 'ml' recognize modelines at start or end of file
832 'patchexpr' 'pex' expression used to patch a file
833 'patchmode' 'pm' keep the oldest version of a file
886 'shellpipe' 'sp' string to put output of ":make" in error file
888 'shellredir' 'srr' string to put output of filter in a temp file
889 'shellslash' 'ssl' use forward slash for shell file names
890 'shelltemp' 'stmp' whether to use a temp file for shell commands
922 'suffixesadd' 'sua' suffixes added when searching for a file
924 'swapsync' 'sws' how to sync the swap file
930 'tabstop' 'ts' number of spaces that <Tab> in file uses
935 'tagrelative' 'tr' file names in tag file are relative
936 'tags' 'tag' list of file names used by the tag command
970 'undofile' 'udf' save undo information in a file
973 'updatecount' 'uc' after this many characters flush swap file
974 'updatetime' 'ut' after this many milliseconds flush swap file
978 'verbosefile' 'vfile' file to write messages in
981 'viminfo' 'vi' use .viminfo file upon startup and exiting
982 'viminfofile' 'vif' file name used for the viminfo file
991 'wildignorecase' 'wic' ignore case when completing file names
1007 'wrapscan' 'ws' searches wrap around the end of the file
1008 'write' writing to a file is allowed
1009 'writeany' 'wa' write to file with no need for "!" override
1010 'writebackup' 'wb' make a backup before overwriting a file
1032 |:cfile| :cf read errors from the file 'errorfile'
1036 |:caddfile| :caddf add errors from the error file to the current
1052 |CTRL-G| CTRL-G show current file name (with path) and cursor
1070 |:redir| :redir >{file} redirect messages to {file}
1074 |:browse| :browse {command} open/read/write file, using a
1075 file selection dialog
1131 |:range| $ the last line in the file
1132 |:range| % equal to 1,$ (the entire file)
1148 |:_%| % current file name (only where a file name is expected)
1149 |:_#| #[num] alternate file name [num] (only where a file name is
1153 file name is expected)
1154 |:<afile>| <afile> file name, for use in an autocommand (only where a
1155 file name is expected)
1157 autocommand (only where a file name is expected)
1158 |:<cword>| <cword> word under the cursor (only where a file name is
1160 |:<cWORD>| <cWORD> WORD under the cursor (only where a file name is
1162 |:<cfile>| <cfile> file name under the cursor (only where a file name is
1164 |:<sfile>| <sfile> file name of a ":source"d file, within that file (only
1165 where a file name is expected)
1169 |::h| :h head (file name removed)
1170 |::t| :t tail (file name only)
1178 |-file| vim [options] {file} .. start editing one or more files
1179 |--| vim [options] - read file from stdin
1180 |-tag| vim [options] -t {tag} edit the file associated with {tag}
1189 |-+c| +{command} execute {command} after loading the file
1190 |-+/| +/{pat} {file} .. put the cursor at the first occurrence of {pat}
1205 |-r| -r {file} .. recover aborted edit session
1206 |-n| -n do not create a swap file
1207 |-o| -o [num] open [num] windows (default: one for each file)
1211 |-s| -s {scriptin} first read commands from the file {scriptin}
1212 |-w| -w {scriptout} write typed chars to file {scriptout} (append)
1213 |-W| -W {scriptout} write typed chars to file {scriptout} (overwrite)
1219 |---| -- end of options, other arguments are file names
1222 |--| - read file from stdin
1224 *Q_ed* Editing a file
1228 |:edit_f| :e[dit][!] {file} edit {file}
1229 |:edit| :e[dit][!] reload the current file
1231 |:find| :fin[d][!] {file} find {file} in 'path' and edit it
1233 |CTRL-^| N CTRL-^ edit alternate file N (equivalent to ":e #N")
1234 |gf| gf or ]f edit the file whose name is under the cursor
1238 |:file| :f[ile] print the current file name and the cursor
1240 |:file| :f[ile] {name} set the current file name to {name}
1241 |:files| :files show alternate file names
1245 |:args| :ar[gs] print the argument list, with the current file
1247 |:all| :all or :sall open a window for every file in the arg list
1248 |:wn| :wn[ext][!] write file and edit next file
1249 |:wn| :wn[ext][!] {file} write to {file} and edit next file, unless
1250 {file} exists; With !, overwrite existing
1251 file
1252 |:wN| :wN[ext][!] [file] write file and edit previous file
1255 |:argument| :argu[ment] N :sar[gument] N edit file N
1256 |:next| :n[ext] :sn[ext] edit next file
1258 and edit first file
1259 |:Next| :N[ext] :sN[ext] edit previous file
1260 |:first| :fir[st] :sfir[st] edit first file
1261 |:last| :la[st] :sla[st] edit last file
1265 |:w| :[range]w[rite][!] write to the current file
1266 |:w_f| :[range]w[rite] {file} write to {file}, unless it already
1268 |:w_f| :[range]w[rite]! {file} write to {file}. Overwrite an existing
1269 file
1270 |:w_a| :[range]w[rite][!] >> append to the current file
1271 |:w_a| :[range]w[rite][!] >> {file} append to {file}
1274 |:up| :[range]up[date][!] write to current file if modified
1287 |:wq| :wq[!] write the current file and exit
1288 |:wq| :wq[!] {file} write to {file} and exit
1289 |:xit| :x[it][!] [file] like ":wq" but write only when changes have
1302 |viminfo-file| read registers, marks, history at startup, save when exiting.
1304 |:rviminfo| :rv[iminfo] [file] read info from viminfo file [file]
1305 |:rviminfo| :rv[iminfo]! [file] idem, overwrite existing info
1306 |:wviminfo| :wv[iminfo] [file] add info to viminfo file [file]
1307 |:wviminfo| :wv[iminfo]! [file] write info to viminfo file [file]
1309 |modeline| Automatic option setting when editing a file
1312 file (see 'ml' option), {set-arg} is
1334 |:split_f| :split {file} split window and edit {file} in one of
1336 |:vsplit| :vsplit {file} same, but split vertically
1339 |:sfind| :sf[ind] {file} split window, find {file} in 'path'
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
1378 |:buffers| :buffers or :files list all known buffer and file names
1383 |:badd| :badd {fname} add file name {fname} to the list
1417 |:filetype| :filetype on switch on file type detection, without
1420 switch on file type detection, with