Lines Matching refs:command
27 To define a menu item, use the ":menu" command. The basic form of this
28 command is as follows: >
38 The ":update" command writes the file when it was modified.
43 The ":menu" command is very similar to the ":map" command: the left side
120 command is ":exit<CR>".
135 The command from a separator will never be executed, but you have to define
144 like the variations on the ":map" command:
156 To avoid that the commands of a menu item are being mapped, use the command
162 The ":amenu" command is a bit different. It assumes that the {keys} you
165 inserts a CTRL-C or CTRL-O for you. For example, if you use this command:
177 When in Command-line mode the CTRL-C will abandon the command typed so far.
179 Insert mode will execute the command and then return to Insert mode.
180 CTRL-O only works for one command. If you need to use two or more
198 The menu executes the {keys} as if you typed them. For a ":" command this
199 means you will see the command being echoed on the command line. If it's a
200 long command, the hit-Enter prompt will appear. That can be very annoying!
203 When you use this menu, you will see this on the command line:
207 To avoid this text on the command line, insert "<silent>" as the first
213 make a menu for someone else, being able to see the executed command will give
219 When a menu command is used without a {keys} part, it lists the already
242 To delete a menu, the same command is used as for listing, but with "menu"
260 command like: >
282 the ":browse" command for selecting a file. And ":confirm" to get a dialog
290 then select to save the changes, throw them away or cancel the command.
305 The toolbar uses icons rather than text to represent the command. For
336 To remove a tooltip, use the |:tunmenu| command.