Lines Matching refs:command

12 Vim is mostly POSIX 1003.2-1 compliant.  The only command known to be missing
16 1. Simulated command |simulated-command|
26 1. Simulated command *simulated-command*
28 This command is in Vi, but Vim only simulates it:
178 be used to execute an arbitrary command, a shell or a debugger.
187 and the GUI with the |:highlight| command. A convenient way to do
188 this is using a |:colorscheme| command.
234 with the "@{c}" command. This is very useful to repeat a complex
242 CTRL-O can be used to execute a single Normal mode command. This is
243 almost the same as hitting <Esc>, typing the command and doing |a|.
247 give a command to do something with it. This is an (easy to use)
261 : start |:| command for the Visual lines.
280 command takes an argument to quickly jump to the info on a subject.
285 You can insert or delete at any place in the command-line using the
289 used to go to the begin/end of the command-line.
291 {Vi: when hitting <Esc> the command-line is executed. This is
293 the <Esc> is part of a mapping, the command-line is executed. If you
297 The command-lines are remembered. The up/down cursor keys can be used
298 to recall previous command-lines. The 'history' option can be set to
303 While entering a command-line (on the bottom line of the screen)
306 - command :e<Tab>
317 The 'wildchar' option can be set to the character for command-line
371 The |:make| command can be used to run the compilation and jump to the
379 The |:cn| command can be used to jump to the next error.
383 with the |:make| command.
408 The |[i| command can be used to search for a match of the word under
410 can be set to a pattern that describes a command to include a file
412 The |[I| command lists all matches, the |[_CTRL-I| command jumps to
433 |:execute| Execute a command formed by an expression.
441 The command-line history, marks and registers can be stored in a file
442 that is read on startup. This can be used to repeat a search command
443 or command-line command after exiting and restarting Vim. It is also
449 The |:hardcopy| command sends text to the printer. This can include
465 |-b| command-line argument to start editing a binary file
500 In command mode:
502 When the 'showcmd' option is set, the command characters are shown in the last
503 line of the screen. They are removed when the command is finished.
529 With the CTRL-] command, the cursor may be in the middle of the identifier.
547 ":files" command shows the list of alternate file names.
553 the command.
560 The command ":next!" with 'autowrite' set does not write the file. In vi the
568 Added :wnext command. Same as ":write" followed by ":next".
570 The ":w!" command always writes, also when the file is write protected. In Vi
574 movement command).
576 With the "J" (join) command you can reset the 'joinspaces' option to have only
589 On non-UNIX systems ":cd" command shows current directory instead of going to
593 After a ":cd" command the file names (in the argument list, opened files)
597 ":source!" command reads Vi commands from a file.
599 ":mkexrc" command writes current modified options and mappings to a ".exrc"
606 when using the mapping ":map g 4G" the command "7g" goes to line 4). This is
610 The :put! command inserts the contents of a register above the current line.
615 ":noremap" command can be used to enter a mapping that will not be remapped.
617 ":cnoremap" can be used for mapping in command-line editing only. ":imap",
622 In Vi the command ":map foo bar" would remove a previous mapping
627 The ':' register contains the last command-line.
631 ":dis" command shows the contents of the yank registers.
634 same positions as used with the '' command, but may be in another file. The
635 ":jumps" command lists the older positions.
648 Uppercase marks can be used to jump between files. The ":marks" command lists
650 previous operator or end of the text inserted with the put command. "'[" and
660 command (default 1) is added to/subtracted from the number at or after the
664 With the :set command the prefix "inv" can be used to invert boolean options.
666 In both Vi and Vim you can create a line break with the ":substitute" command
718 normal digraphs is included. They are shown with the ":digraph" command.
726 A count to the "i" or "a" command is used for all the text. Vi uses the count
733 <Esc> terminates the command-line without executing it. In vi the command
735 should always get you back to command mode). To avoid problems with some
736 obscure macros, an <Esc> in a macro will execute the command. If you want a
737 typed <Esc> to execute the command like vi does you can fix this with
757 the CTRL-Z, ":stop" or ":suspend" command starts a new shell.
768 that this is different from the Vi versions that can execute any Ex command
796 than <CR>, <NL> and <Space> are interpreted as the (start of) a command.
815 found at the help for the specific command.
880 `:!` filter lines or execute an external command
901 |CTRL-C| interrupt current (search) command
927 |!| filter Nmove text through the {filter} command
928 |!!| filter N lines through the {filter} command
945 |:| start entering an Ex command
1077 'edcompatible' 'ed' toggle flags of ":substitute" command
1102 'tags' 'tag' list of file names used by the tag command
1113 'warn' warn for shell command when buffer was changed
1127 Different versions of Vi have different command-line arguments. This can be
1140 +{command} Elvis, Nvi, Posix, Vi, Vim: Same as "-c {command}".
1147 --cmd {command} Vim: execute {command} before sourcing vimrc files.
1195 -c {command} Elvis, Nvi, Posix, Vim: run {command} as an Ex command after
1336 The ":cd" command fails if the current buffer is modified when the '.'
1354 - ex test 368 fails because shell command isn't echoed in silent mode.
1355 - ex test 394 fails because "=" command output isn't visible in silent mode.