Lines Matching refs:be
20 Vim is a text editor that is upwards compatible to Vi. It can be used
29 While running Vim a lot of help can be obtained from the on-line help
41 Otherwise exactly one out of the following four may be used to choose
42 one or more files to be edited.
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‐
51 from stderr, which should be a tty.
57 for C programs, in which case {tag} could be a function
67 systems). Further errors can be jumped to with the ":cn"
71 cutable may still be the same file).
76 Can also be done with the "-e" argument.
78 view Start in read-only mode. You will be protected from writing
79 the files. Can also be done with the "-R" argument.
82 The GUI version. Starts a new window. Can also be done with
87 be done with the "-y" argument.
90 Like the above, but with restrictions. It will not be possi‐
91 ble to start shell commands, or suspend Vim. Can also be
95 The options may be given in any order, before or after filenames. Op‐
96 tions without an argument can be combined after a single dash.
98 +[num] For the first file the cursor will be positioned on line
99 "num". If "num" is missing, the cursor will be positioned
102 +/{pat} For the first file the cursor will be positioned in the
109 {command} will be executed after the first file has been
111 {command} contains spaces it must be enclosed in double
116 -S {file} {file} will be sourced after the first file has been read.
131 -b Binary mode. A few options will be set that makes it pos‐
157 be used when Vim is executed by a program that will wait
186 can also be used to skip the use of the .viminfo file, by
198 options will be unset, so that changes are not allowed and
199 files can not be written. Note that these options can be
206 -n No swap file will be used. Recovery after a crash will be
208 slow medium (e.g. floppy). Can also be done with ":set
209 uc=0". Can be undone with ":set uc=200".
223 -R Read-only mode. The 'readonly' option will be set. You
224 can still edit the buffer, but will be prevented from acci‐
228 above). The 'readonly' option can be reset with ":set
245 can be done with the command ":source! {scriptin}". If the
251 quired when the automatic way doesn't work. Should be a
257 edit a special kind of files. It can also be used to skip
263 can also be used to skip all GUI initializations by giving
278 want to create a script file to be used with "vim -s" or
289 terminal, but the window title and clipboard will not be
300 be handled as a file name. This can be used to edit a
341 List the names of all Vim servers that can be found.
362 (sort of hypertext links, see ":help"). All documentation files can be
426 Note that a number of things that may be regarded as bugs by some, are