Lines Matching refs:file
9 vim [options] [file ..]
32 Most often Vim is started to edit a single file with the command
34 vim file
44 file .. A list of filenames. The first one will be the current
45 file and read into the buffer. The cursor will be posi‐
47 other files with the ":next" command. To edit a file that
50 - The file to edit is read from stdin. Commands are read
53 -t {tag} The file to edit and the initial cursor position depends on
55 tags file, the associated file becomes the current file and
58 name. The effect is that the file containing that function
59 becomes the current file and the cursor is positioned on
63 Start in quickFix mode. The file [errorfile] is read and
71 cutable may still be the same file).
98 +[num] For the first file the cursor will be positioned on line
102 +/{pat} For the first file the cursor will be positioned in the
109 {command} will be executed after the first file has been
116 -S {file} {file} will be sourced after the first file has been read.
117 This is equivalent to -c "source {file}". {file} cannot
118 start with '-'. If {file} is omitted "Session.vim" is used
123 processing any vimrc file. You can use up to 10 of these
132 sible to edit a binary or executable file.
135 Vim behave mostly like Vi, even though a .vimrc file ex‐
138 -d Start in diff mode. There should between two to eight file
185 viminfo file, instead of the default "~/.viminfo". This
186 can also be used to skip the use of the .viminfo file, by
194 You can still modify the buffer, but writing a file is not
204 even though a .vimrc file does not exist.
206 -n No swap file will be used. Recovery after a crash will be
207 impossible. Handy if you want to edit a file on a very
215 for each file.
218 window for each file.
221 each file.
225 dentally overwriting a file. If you do want to overwrite a
226 file, add an exclamation mark to the Ex command, as in
234 -r {file} Recovery mode. The swap file is used to recover a crashed
235 editing session. The swap file is a file with the same
236 filename as the text file with ".swp" appended. See ":help
243 The script file {scriptin} is read. The characters in the
244 file are interpreted as if you had typed them. The same
246 end of the file is reached before the editor exits, further
253 or terminfo file.
255 -u {vimrc} Use the commands in the file {vimrc} for initializations.
261 -U {gvimrc} Use the commands in the file {gvimrc} for GUI initializa‐
268 for reading and writing a viminfo file. The optional num‐
276 All the characters that you type are recorded in the file
278 want to create a script file to be used with "vim -s" or
279 ":source!". If the {scriptout} file exists, characters are
283 Like -w, but an existing file is overwritten.
300 be handled as a file name. This can be used to edit a
311 --literal Take file name arguments literally, do not expand wild‐
352 --startuptime {file}
353 During startup write timing messages to the file {fname}.
367 The Vim documentation files. Use ":help doc-file-list"
371 The tags file used for finding information in the docu‐
401 Script to detect the type of a file by its name. See
405 Script to detect the type of a file by its contents.
429 you should take a closer look at the vi_diff.txt file (or type :help