| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_toc.txt | 32 |usr_27.txt| Search commands and patterns 40 |usr_40.txt| Make new commands 76 |02.6| Other editing commands 149 |10.1| Record and playback commands 189 |21.2| Executing shell commands 218 |24.10| Normal mode commands 233 |usr_27.txt| Search commands and patterns 289 |usr_40.txt| Make new commands 291 |40.2| Defining command-line commands 314 |42.2| Menu commands [all …]
|
| H A D | if_tcl.txt | 9 1. Commands |tcl-ex-commands| 10 2. Tcl commands |tcl-commands| 12 4. Tcl window commands |tcl-window-cmds| 13 5. Tcl buffer commands |tcl-buffer-cmds| 26 1. Commands *tcl-ex-commands* *E571* *E572* 82 2. Tcl commands *tcl-commands* 85 The following commands are implemented: > 227 4. Tcl window commands *tcl-window-cmds* 229 Window commands represent vim windows. They are created by several commands: 302 5. Tcl buffer commands *tcl-buffer-cmds* [all …]
|
| H A D | usr_20.txt | 5 Typing command-line commands quickly 8 Vim has a few generic features that makes it easier to enter commands. Colon 9 commands can be abbreviated, edited and repeated. Completion is available for 116 Some of the ":" commands are really long. We already mentioned that 118 ":" commands can be abbreviated. 123 When the shorter form of a command could be used for two commands, it 141 often used commands like ":w" (":write") and ":r" (":read"). 151 two commands do the same thing: > 290 to newer commands. 293 commands and for "/" and "?" search commands. The "/" and "?" commands share [all …]
|
| H A D | help.txt | 35 basic commands, see |vimtutor|. 43 |quickref| Overview of the most common commands you will use 70 |usr_20.txt| Typing command-line commands quickly 77 |usr_27.txt| Search commands and patterns 85 |usr_40.txt| Make new commands 103 |index.txt| alphabetical index of all commands 117 |motion.txt| commands for moving around 124 |various.txt| various remaining commands 130 |pattern.txt| regexp patterns and search commands 134 |tabpage.txt| commands for using multiple tab pages [all …]
|
| H A D | usr_26.txt | 17 Next chapter: |usr_27.txt| Search commands and patterns 127 The "|" separates two commands. The following "update" command writes the 143 Normal mode commands. For batch processing, however, Normal mode commands do 148 The Ex mode commands you need are as follows: > 154 You put these commands in the file "change.vim". Now to run the editor in 165 $file and reads commands from the file "change.vim". The -s argument tells 190 If you really want to use Normal mode commands in a script, you can use it 197 means to source the "script" as Normal mode commands. When used with 204 To create the script you can edit the script file and type the commands. 206 Another way is to record the commands while you perform them manually. This [all …]
|
| H A D | various.txt | 7 Various commands *various* 9 1. Various commands |various-cmds| 13 1. Various commands *various-cmds* 190 :norm[al][!] {commands} *:norm* *:normal* 191 Execute Normal mode commands {commands}. This makes 231 Execute Normal mode commands {commands} for each line 334 T *+autocmd* |:autocmd|, automatic commands 346 and ":goto" commands. 380 *+fork* Unix only: |fork| shell commands 476 T *+user_commands* User-defined commands. |user-commands| [all …]
|
| H A D | usr_02.txt | 10 commands, they form the base for what follows. 17 |02.6| Other editing commands 74 are commands. In Insert mode the characters are inserted as text. 104 line of the window. That's where you type colon commands (commands that start 143 words, these commands are placed where you can type them the fastest 156 One way to remember these commands is that h is on the left, l is on the 307 *02.6* Other editing commands 542 5) Insert mode commands start with i_. Help for deleting a word: > 618 < to find out about the '!' argument for custom commands. 626 commands. [all …]
|
| H A D | usr_40.txt | 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: 280 *40.2* Defining command-line commands 283 commands just like any other Command-line mode command. 296 To list the user-defined commands, execute the following command: > 300 Just like with the builtin commands, the user defined commands can be 416 To delete all the user commands: > [all …]
|
| H A D | repeat.txt | 96 :g/pat/normal {commands} 137 only syncs when commands were typed. 197 :so[urce] {file} Read Ex commands from {file}. These are commands that 201 :so[urce]! {file} Read Vim commands from {file}. These are commands 207 commands. 287 AFTER all `packadd!` commands. 370 commands. Also see |vim9-namespace|. 374 for some commands. 800 Additionally, these commands can be used: 840 normal Ex commands only. [all …]
|
| H A D | usr_10.txt | 13 |10.1| Record and playback commands 28 *10.1* Record and playback commands 36 2. Type your commands. 57 execute the following commands: 95 delete commands. This allows you to mix recording with other commands to 104 the commands you typed as text in the file. 105 {edits} Change the commands that were wrong. This is 108 "ny$ Yank the corrected commands into the n 383 a few commands that do something special with the text block. 456 with other movement commands will not have the same result. [all …]
|
| H A D | motion.txt | 164 commands move across line boundaries. 191 TEXT column (if possible). Most other commands stay 410 These commands move over words or WORDS. 476 These commands move over three kinds of text objects. 528 always select less text than the "a" commands. 704 movement commands are used. 769 to be simulated by multiple commands. (does not move 1018 When invoking a function the commands in that function 1030 following commands are "jump" commands: "'", "`", "G", "/", "?", "n", "N", 1032 commands that start editing a new file. [all …]
|
| H A D | usr_03.txt | 9 place. Vim has a large number of commands to position the cursor. This 11 these commands below |Q_lr|. 32 commands, you can use a numeric prefix to move past multiple words. For 66 word in the normal sense, that's why the uppercase is used. The commands for 75 With this mix of lowercase and uppercase commands, you can quickly move 108 One of the most useful movement commands is the single-character search 141 These four commands can be repeated with ";". "," repeats in the other 211 you can see? This figure shows the three commands you can use: 389 search commands in the other direction. 451 Also for the "n" and "N" commands. [all …]
|
| H A D | map.txt | 7 Key mapping, abbreviations and user-defined commands. 13 1.1 MAP COMMANDS |:map-commands| 27 4. User-defined commands |user-commands| 40 1.1 MAP COMMANDS *:map-commands* 367 - For Normal mode: When typing commands. 704 illogical when compared to other commands. 1306 4. User-defined commands *user-commands* 1317 confusion with builtin commands. Exceptions are these builtin commands: 1347 List all user-defined commands. When listing commands, 1392 Delete all user-defined commands. [all …]
|
| H A D | cmdline.txt | 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 341 :his[tory] Print the history of last entered commands. 398 These are the commands that can be used: 536 The Ex commands have a few specialties: 567 :map (and the like including :abbrev commands) 585 '|' can be used to separate commands, so you can give multiple commands in one 644 :!ls | wc view the output of two commands [all …]
|
| H A D | usr_04.txt | 116 Some operator-motion commands are used so often that they have been given a 129 The commands "3dw" and "d3w" delete three words. If you want to get really 164 The "." command is one of the simplest yet powerful commands in Vim. It 181 (redo) and commands that start with a colon (:). 185 commands: 290 Some more boring try text to out commands. ~ 294 Some more boring text to out commands. ~ 298 Some more boring text to try out commands. ~ 380 use another way. You use the normal "y" (yank) and "p" (put) commands, but 476 operators with M movement commands to make N * M commands! [all …]
|
| H A D | vi_diff.txt | 231 Repeat a series of commands. |q| 300 history for commands and for search patterns. 417 Automatic commands. |autocommand| 428 |:while| Repeat a number of commands. 492 after changing some commands in the script file. 638 'shiftwidth' with ">" and "<" commands. 657 several commands. 797 {Vi: only ":" commands are interpreted} 836 `:global` execute commands for matching lines 862 `:source` read Vi or Ex commands from a file [all …]
|
| H A D | starting.txt | 198 these commands, independently from "-c" commands. 285 The output of these commands is displayed (to stdout): 710 commands will make their editing much more effective. 720 :set history=50 keep 50 lines of Ex commands 754 commands, use CTRL-L. |i_CTRL-L| 781 commands must be separated with '|' or "<NL>". 938 12. Execute startup commands 1070 else created and contains nasty commands. The disabled commands are the ones 1268 These commands will write ":map" and ":set" commands to a file, in such a way 1438 commands yourself! [all …]
|
| H A D | os_amiga.txt | 20 in "C:" (for executing external commands). 23 executing external commands). 75 When using multiple commands with a filter command, e.g. > 78 commands. This depends on the shell you use (that is why it is not done 84 name. However, when using commands that accept several file names, embedded
|
| H A D | scroll.txt | 9 These commands move the contents of the window. If the cursor position is 12 window minus two. The mnemonics for these commands may be a bit confusing. 13 Remember that the commands refer to moving the window (the part of the buffer 29 The following commands move the edit window (the part of the buffer that you 65 The following commands move the edit window (the part of the buffer that you 106 The following commands reposition the edit window (the part of the buffer that 146 For the following four commands the cursor follows the screen. If the 171 For the following two commands the cursor is not moved in the text, only the 226 The 'scrollbind' flag is meaningful when using keyboard commands to vertically
|
| H A D | quickref.txt | 486 *Q_re* Repeating commands 504 read Ex commands from {file} 506 read Vim commands from {file} 1013 *Q_ur* Undo/Redo commands 1019 *Q_et* External commands 1026 *Q_qf* Quickfix commands 1049 *Q_vc* Various commands 1067 execute Normal mode commands 1331 *Q_wi* Multi-window commands 1376 *Q_bu* Buffer list commands [all …]
|
| H A D | gui.txt | 155 window Vim is running in with these commands: > 468 selection without prepending "* to commands. 523 system. To do this, put these commands in your .vimrc file: > 636 Menu commands starting with "n" work in Normal mode. |mapmode-n| 642 Menu commands starting with "v" work in Visual mode. |mapmode-v| 648 Menu commands starting with "s" work in Select mode. |mapmode-s| 651 Menu commands starting with "i" work in Insert mode. |mapmode-i| 871 menu commands (just like you would with the ":map" commands). If the menu 923 analogous to the unmap commands. Eg: > 1013 other unmenu commands. [all …]
|
| H A D | undo.txt | 11 1. Undo and redo commands |undo-commands| 19 1. Undo and redo commands *undo-commands* 41 The last changes are remembered. You can use the undo and redo commands above 57 How undo and redo commands work depends on the 'u' flag in 'cpoptions'. 85 Thus if the typed key(s) call a function, all the commands in the function are 121 the following commands. 146 be used with the |:later| and |:earlier| commands. 364 information you can use these commands: >
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_cdo.vim | 1 " Tests for the :cdo, :cfdo, :ldo and :lfdo commands 25 " Tests for the :cdo and :ldo commands 29 " Shortcuts for calling the cdo and ldo commands 64 " Range test commands 93 " Run commands from an unsaved buffer 137 " Tests for the :cfdo and :lfdo commands 141 " Shortcuts for calling the cfdo and lfdo commands 172 " Range test commands
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 73 quickfix.c | quickfix commands (":make", ":cn") 95 usercmd.c | user defined commands 146 commands has finished. The work is done by `update_screen()`, which calls 161 ## Ex commands ## 163 Ex commands are handled by the function `do_cmdline()`. It does the generic 170 The `:` commands are listed in `ex_cmds.h`. The third entry of each item is 175 ## Normal mode commands ## 177 The Normal mode commands are handled by the `normal_cmd()` function. It also 178 handles the optional count and an extra character for some commands. These 187 ## Insert mode commands ##
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tcl.vim | 18 " Basic Tcl commands: http://www.tcl.tk/man/tcl8.6/TclCmd/contents.htm 30 " The 'Tcl Standard Library' commands: http://www.tcl.tk/man/tcl8.6/TclCmd/library.htm 54 " commands associated with widgets 124 " match commands - 2 lines for pretty match. 152 " commands associated with namespace 159 " commands associated with expr 170 " commands associated with pack 176 " commands associated with string 181 " commands associated with array 253 " Below here are the commands and their options.
|