Lines Matching refs:commands
40 allows executing the same commands, but updates the whole screen instead of
170 is called a hidden buffer. Many commands and options have been added
182 defined by a number of |:syntax| commands, and can be made to
231 Repeat a series of commands. |q|
274 block can be put into the text with the "p" and "P" commands.
277 Help is displayed in a window. The usual commands can be used to
300 history for commands and for search patterns.
344 and |zl| commands can be used to scroll sideways.
348 program). Move the cursor up/down with the |gk| and |gj| commands.
365 in the list with the usual commands and press <Enter> to go to the
380 |:cl| lists all the error messages. Other commands are available.
414 The |[d|, |[D| and |[_CTRL-D| commands do the same, but only for
417 Automatic commands. |autocommand|
428 |:while| Repeat a number of commands.
492 after changing some commands in the script file.
543 {Vi does not have the security prevention for commands in tag files}
587 Flags after Ex commands not supported (no plans to include it).
597 ":source!" command reads Vi commands from a file.
612 The "p" and "P" commands of vi cannot be repeated with "." when the putted
619 Similar commands exist for abbreviations: ":noreabbrev", ":iabbrev"
638 'shiftwidth' with ">" and "<" commands.
649 all currently set marks. The commands "']" and "`]" jump to the end of the
657 several commands.
659 The CTRL-A (add) and CTRL-X (subtract) commands are new. The count to the
797 {Vi: only ":" commands are interpreted}
812 Vim supports nearly all Vi commands and mostly in the same way. That is when
823 The following Ex commands are supported by Vi: ~
836 `:global` execute commands for matching lines
862 `:source` read Vi or Ex commands from a file
872 `:vglobal` execute commands for not matching lines
891 Common for these commands is that Vi doesn't support the ++opt argument on
892 `:edit` and other commands that open a file.
895 The following Normal mode commands are supported by Vi: ~
1034 The following commands are supported in Insert mode by Vi: ~
1096 'shell' 'sh' name of shell to use for external commands
1329 The "{" and "}" commands don't stop at a "{" in the original Vi, but
1333 The "D", "o" and "O" commands accept a count. Also when repeated.