Lines Matching refs:commands
39 The gvimrc file is where GUI-specific startup commands should be placed. It
88 carried out. If you want some commands to be executed just after opening the
155 window Vim is running in with these commands: >
280 also map a few keys to the MS-Windows cut/copy/paste commands. This is NOT
468 selection without prepending "* to commands.
523 system. To do this, put these commands in your .vimrc file: >
553 To create a new menu item, use the ":menu" commands. They are mostly like
554 the ":map" set of commands (see |map-modes|), but the first argument is a menu
618 because of the CTRL-O. If you have two or more commands, you will need to use
636 Menu commands starting with "n" work in Normal mode. |mapmode-n|
639 Menu commands starting with "o" work in Operator-pending mode. |mapmode-o|
642 Menu commands starting with "v" work in Visual mode. |mapmode-v|
645 Menu commands starting with "x" work in Visual and Select mode. |mapmode-x|
648 Menu commands starting with "s" work in Select mode. |mapmode-s|
651 Menu commands starting with "i" work in Insert mode. |mapmode-i|
654 Menu commands starting with "c" work in Cmdline mode. |mapmode-c|
657 Menu commands starting with "tl" work in Terminal mode. |mapmode-t|
843 Note that Vim may be in any mode when executing these commands. The menu
871 menu commands (just like you would with the ":map" commands). If the menu
922 To delete a menu item or a whole submenu, use the unmenu commands, which are
923 analogous to the unmap commands. Eg: >
953 The command applies to the modes as used with all menu commands. Note that
1011 The ":tmenu" command works just like other menu commands, it uses the same
1013 other unmenu commands.
1052 selection has been made. In the terminal the commands waits for the user to
1235 For the X11 GUI the external commands are executed inside the gvim window.
1239 "normal" commands like "ls", "grep" and "make" mostly work fine.
1244 For the Win32 GUI the external commands are executed in a separate window.