| /vim-8.2.3635/runtime/syntax/ |
| H A D | readline.vim | 207 … \ 'emacs\%(-\%(standard\|meta\|ctlx\)\)\=\|vi\%(-\%(move\|command\|insert\)\)\=' 236 \ quoted-insert 237 \ tab-insert 238 \ self-insert 267 \ insert-completions 289 \ insert-comment 313 \ vi-insert-beg 330 \ vi-insert-mode 353 \ insert-last-argument
|
| H A D | tcsh.vim | 97 \ history-search-forward insert-last-word i-search-fwd 102 \ overwrite-mode prefix-meta quoted-insert redisplay 103 \ run-fg-editor run-help self-insert-command sequence-lead-in 112 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert 113 \ vi-insert-at-bol vi-repeat-char-fwd vi-repeat-char-back
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | hanoi.vim | 30 " NOQ copy it and insert a T 34 " T insert two lines containing a zero 56 "insert a T in column 1 65 "insert two lines containing a zero
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_spec.txt | 31 just insert a new changelog item, otherwise it will create a new changelog 75 Where to insert new items *spec_chglog_prepend* 78 The plugin will usually insert new %changelog entry items (note that it's 84 it will insert new items before the existing ones. 89 If you want, the plugin may automatically insert release information 94 release for you. To turn this feature on, just insert the following
|
| H A D | hebrew.txt | 33 + 'hkmap' ('hk') sets keyboard mapping to Hebrew, in insert/replace modes. 63 + CTRL-_ in insert/replace modes toggles 'revins' and 'hkmap' as follows: 75 insert/replace mode. 93 insert niqud and te`amim. To see what those mappings are, look at the 99 If the 'revins' (reverse insert) option is set, inserting happens backwards. 103 and CTRL-U do not stop at the start of insert or end of line, no matter how
|
| H A D | vi_diff.txt | 237 Flexible insert mode. |ins-special-special| 258 > or < insert or delete indent 724 for the first insert. Vim does it for all. 746 in insert mode. 837 `:insert` insert text 852 `:put` insert contents of register in the text 1001 |i| insert text before the cursor N times 1014 insert 1036 CTRL-@ insert previously inserted text and stop insert 1044 position of insert} [all …]
|
| H A D | tags | 2573 :insert insert.txt /*:insert* 3740 A insert.txt /*A* 4986 I insert.txt /*I* 5049 O insert.txt /*O* 6143 delete-insert change.txt /*delete-insert* 7598 insert insert.txt /*insert* 7599 insert() eval.txt /*insert()* 7600 insert-index index.txt /*insert-index* 7601 insert.txt insert.txt /*insert.txt* 8969 scroll-insert tips.txt /*scroll-insert* [all …]
|
| H A D | change.txt | 13 2. Delete and insert |delete-insert| 24 For inserting text see |insert.txt|. 123 Don't insert or remove any spaces. 127 lines. Don't insert or remove any spaces. 163 2. Delete and insert *delete-insert* *replacing* 205 insert. Synonym for "cc" |linewise|. 216 start insert. In Visual block mode it works 831 \n insert a <NL> (<NUL> in the file) 833 \b insert a <BS> *s/\b* 834 \t insert a <Tab> *s/\t* [all …]
|
| H A D | insert.txt | 1 *insert.txt* For Vim version 8.2. Last change: 2021 Oct 24 24 9. Ex insert commands |inserting-ex| 62 CTRL-@ Insert previously inserted text and stop insert. 136 Use CTRL-R CTRL-R to insert text literally. 322 insert mode: 662 and insert that typed character. 1361 insert it. 1363 insert it. 1902 <insert> or *i* *insert* *<Insert>* 1953 9. Ex insert commands *inserting-ex* [all …]
|
| H A D | index.txt | 13 1. Insert mode |insert-index| 32 1. Insert mode *insert-index* 37 insert 358 insert; synonym for "cc". 390 start insert 392 insert 934 insert 943 insert 945 insert 1070 |c_CTRL-V| CTRL-V insert next non-digit literally, insert three [all …]
|
| H A D | if_lua.txt | 44 {script}, like for the |:append| and |:insert| commands. Refer to 280 o "table.insert(l, newitem)" inserts an item at the end of the list. 282 o "table.insert(l, position, newitem)" inserts an item at the 292 o "l:insert(item[, pos])" inserts "item" at (optional) 303 :lua l:insert(true, 1) 306 :lua table.insert(l, 100) 307 :lua table.insert(l, 2, 200) 427 o "b:insert(newline[, pos])" inserts string "newline" at (optional) 442 :lua b:insert("FIRST!", 0) 444 :lua for i=1,3 do b:insert(math.random()) end
|
| H A D | rileft.txt | 51 o Backing from reverse insert mode to the correct place in the file 79 reverse insertion. When the 'revins' (reverse insert) option is set, 84 and CTRL-U do not stop at the start of insert or end of line, no matter 105 o Does not support reverse insert and rightleft modes on the command-line.
|
| H A D | usr_24.txt | 16 |24.4| Repeating an insert 72 insert an "a" a 269 *24.4* Repeating an insert 285 now start to insert a new "#include" line. So you type: > 295 insert. Now you type "main.h"<Enter> to finish the line: 355 Now use CTRL-R v to insert the function name: 375 To tell Vim to expand "ad" into "advertisement" every time you insert it, 496 The CTRL-V command is used to insert the next character literally. In other 510 You can also use the command CTRL-V {digits} to insert a character with the 512 character (but not necessarily the <Del> key!). To insert <Del> type: > [all …]
|
| H A D | arabic.txt | 57 o Changing keyboard mapping and reverse insert modes using a single 66 o Arabic keymapping on the command line in reverse insert mode. 204 key press while in insert (or add/replace) mode. The command-line 281 + CTRL-^ in insert/replace mode toggles between Arabic/Latin mode 313 1. If you insert a haraka (e.g. Fatha (U+064E)) after a LAM (U+0644) 314 and then insert an ALEF (U+0627), the appropriate combining will
|
| H A D | quickref.txt | 19 |Q_in| insert: Inserting text |Q_ra| Ex: Ranges 20 |Q_ai| insert: Keys |Q_ex| Ex: Special characters 21 |Q_ss| insert: Special keys |Q_st| Starting Vim 22 |Q_di| insert: Digraphs |Q_ed| Editing a file 23 |Q_si| insert: Special inserts |Q_fl| Using the argument list 257 |gI| N gI insert text in column 1 (N times) 269 |insert-index| alphabetical index of Insert mode commands 292 |i_CTRL-A| CTRL-A insert previously inserted text 293 |i_CTRL-@| CTRL-@ insert previously inserted text and stop 1082 |c_CTRL-V| CTRL-V {char} insert {char} literally [all …]
|
| H A D | howto.txt | 19 |usr_24.txt| insert text 58 |i_CTRL-R| insert contents of a register in Insert mode
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_blob.vim | 511 call insert(b, 0x33) 515 call insert(b, 0x33, 2) 525 call insert(b, -1) 531 call insert(b, 257) 537 call insert(b, 0, [9]) 543 call insert(b, 0, -20) 549 call insert(b, 0, 20) 555 call insert(b, []) 560 insert(test_null_blob(), 0x33) 567 call insert(b, 3) [all …]
|
| H A D | test_netbeans.vim | 340 call assert_match('2:insert=\d\+ 26 "\\n"', l[-2]) 351 call assert_match('2:insert=\d\+ 16 "Y"', l[-3]) 353 call assert_match('2:insert=\d\+ 18 ""', l[-1]) 367 call assert_match('2:insert=\d\+ 26 "\t"', l[-1]) 375 call assert_match('2:insert=\d\+ 0 "FOO BAR2"', l[-5]) 377 call assert_match('2:insert=\d\+ 9 "BLUE SKy"', l[-3]) 387 call assert_match('2:insert=\d\+ 4 "bar2"', l[-1]) 395 call assert_match('2:insert=\d\+ 0 "FOO bar8"', l[-3]) 397 call assert_match('2:insert=\d\+ 7 "8"', l[-1]) 407 call assert_match('2:insert=\d\+ 7 "5"', l[-1]) [all …]
|
| H A D | test_tcl.vim | 459 " Test $buf insert (insert line(s) in buffer) 463 tcl $buf insert 1 "first" 464 tcl $buf insert 2 "second" 465 tcl $buf insert 2 "third" 466 tcl $buf insert 4 "fourth" 467 tcl $buf insert 1 "fifth" 470 call assert_fails('tcl $buf insert -1 "x"', 'line number out of range') 471 call assert_fails('tcl $buf insert 0 "x"', 'line number out of range') 472 call assert_fails('tcl $buf insert 7 "x"', 'line number out of range')
|
| H A D | test_excmd.vim | 131 " Test for the :insert command 135 call feedkeys(":insert\<CR> L2\<CR> L3\<CR>.\<CR>", 'xt') 138 " insert before a specific line 140 call feedkeys(":2insert\<CR> L4\<CR> L5\<CR>.\<CR>", 'xt') 143 " insert with toggling 'autoindent' 145 call feedkeys(":insert!\<CR> L2\<CR> L3\<CR>.\<CR>", 'xt') 149 " insert with 'autoindent' set and toggling 'autoindent' 152 call feedkeys(":insert!\<CR> L2\<CR> L3\<CR>.\<CR>", 'xt')
|
| H A D | test_iminsert.vim | 65 " Test for using an lmap in insert mode 85 " Test for using CTRL-^ to toggle iminsert in insert mode
|
| H A D | test_cursor_func.vim | 151 " Save the current cursor character position in insert mode 195 " Test for getting the position in insert mode with the cursor after the 300 " Test for getting the column number in insert mode with the cursor after 337 " Test for getting the cursor position in insert mode with the cursor after
|
| H A D | test_changedtick.vim | 81 " Two ticks: start insert + write 87 " Three ticks: start insert + change + write
|
| H A D | test_tabpage.vim | 630 " Pressing <C-PageUp> in insert mode should go to the previous tab page 663 " Test for using the tabpage menu from the insert and normal modes 702 " go to tab page 2 in insert mode 706 " close tab page 2 in insert mode 710 " open new tab page before tab page 3 in insert mode 715 " open new tab page after tab page 4 in insert mode
|
| H A D | test_edit.vim | 140 set foldmethod=manual foldopen+=insert 148 set foldmethod=manual foldopen-=insert 442 " Test for <CR> in insert mode 523 " Ctrl-E/ Ctrl-Y in insert mode completion to scroll 733 " Check for CTRL-O in insert mode 817 " Check for CTRL-T and CTRL-X CTRL-T in insert mode 1026 " TODO: How to Test Ctrl-Z in insert mode, e.g. suspend? 1807 " unsupported CTRL-G command should beep in insert mode. 1843 " Test for 'allowrevins' and using CTRL-_ in insert mode 1854 " Test for inserting a register in insert mode using CTRL-R [all …]
|