Lines Matching refs:commands
5 Make new commands
8 Vim is an extensible editor. You can take a sequence of commands you use
10 Autocommands make it possible to execute commands automatically.
13 |40.2| Defining command-line commands
66 Here is an overview of map commands and in which mode they work:
209 separates the two commands. This also means that a | character can't be used
215 have to watch out for trailing white space. These two commands are different:
280 *40.2* Defining command-line commands
282 The Vim editor enables you to define your own commands. You execute these
283 commands just like any other Command-line mode command.
292 User-defined commands must start with a capital letter. You cannot
296 To list the user-defined commands, execute the following command: >
300 Just like with the builtin commands, the user defined commands can be
307 User-defined commands can take a series of arguments. The number of arguments
362 Some commands take a range as their argument. To tell Vim that you are
416 To delete all the user commands: >
422 More details about all this in the reference manual: |user-commands|.
432 avoid typing many commands. Use them carelessly and they will cause a lot of
458 The [group] name is optional. It is used in managing and calling the commands
536 list only part of the commands, specify the group, event and/or pattern. For
576 Generally, commands executed as the result of an autocommand event will not
608 The commands executed by an autocommand are Command-line commands. If you
621 The ":normal" command uses all the text after it as commands. Thus there