Lines Matching refs:commands
10 Command-line mode is used to enter Ex commands (":"), search patterns
11 ("/" and "?"), and filter commands ("!").
50 - one for ':' commands
54 - one for debug mode commands
61 old one is removed (to avoid repeated commands moving older commands out of
63 - Only commands that are typed are remembered. Ones that completely come from
66 from commands like "*" and "#". But for a mapping, only the last search is
341 :his[tory] Print the history of last entered commands.
382 When editing the command-line, a few commands can be used to complete the
398 These are the commands that can be used:
536 The Ex commands have a few specialties:
544 ":map" command and a few others (mainly commands that expect expressions)
567 :map (and the like including :abbrev commands)
585 '|' can be used to separate commands, so you can give multiple commands in one
588 These commands see the '|' as their argument, and can therefore not be
640 ":map" and ":abbr" commands and friends CTRL-V needs to be used instead of
644 :!ls | wc view the output of two commands
652 You can also use <NL> to separate commands in the same way as with '|'. To
654 preferred method. But for external commands a <NL> must be used, because a
661 commands will not be executed.
664 Because of Vi compatibility the following strange commands are supported: >
702 Some Ex commands accept a line range in front of them. This is noted as
717 The default line specifier for most commands is the cursor position, but the
718 commands ":write" and ":global" have the whole file (1,$) as default.
756 using a 0 (zero) this is interpreted as a 1 by most commands. Commands that
757 use it as a count do use it as a zero (|:tag|, |:pop|, etc). Some commands
768 Some commands allow for a count after the command. This count is used as the
770 specifier (the default is the cursor line). The commands that accept a count
824 These flags are supported by a selection of Ex commands. They print the line
846 In Ex commands, at places where a file name can be used, the following
881 commands. For those you probably have to use quotes (this fails for files
1136 You can now use commands to move around and edit the text in the window. Both
1139 It is possible to use ":", "/" and other commands that use the command-line,
1144 another window or edit another buffer. All commands that would do this are