Lines Matching refs:with

30        system, with the ":help" command.  See the ON-LINE HELP section below.
32 Most often Vim is started to edit a single file with the command
36 More generally Vim is started with:
40 If the filelist is missing, the editor will start with an empty buffer.
47 other files with the ":next" command. To edit a file that
48 starts with a dash, precede the filelist with "--".
67 systems). Further errors can be jumped to with the ":cn"
75 ex Start in Ex mode. Go to Normal mode with the ":vi" command.
76 Can also be done with the "-e" argument.
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‐
92 done with the "-Z" argument.
103 line with the first occurrence of {pat}. See ":help
118 start with '-'. If {file} is omitted "Session.vim" is used
126 -A If Vim has been compiled with ARABIC support for editing
164 -F If Vim has been compiled with FKMAP support for editing
170 -g If Vim has been compiled with GUI support, this option en‐
177 -H If Vim has been compiled with RIGHTLEFT support for editing
208 slow medium (e.g. floppy). Can also be done with ":set
209 uc=0". Can be undone with ":set uc=200".
228 above). The 'readonly' option can be reset with ":set
231 -r List swap files, with information about using them for re‐
235 editing session. The swap file is a file with the same
236 filename as the text file with ".swp" appended. See ":help
245 can be done with the command ":source! {scriptin}". If the
278 want to create a script file to be used with "vim -s" or
296 -Z Restricted mode. Works like the executable starts with
301 filename that starts with a '-'.
304 etc.). Useful to see if a problem reproduces with a clean
345 unless used with a --remote argument, then it's the name of
418 Most of Vim was made by Bram Moolenaar, with a lot of help from others.