Lines Matching refs:insert

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
255 |i| N i insert text before the cursor (N times) (also: <Insert>)
256 |I| N I insert text before the first non-blank in the line (N times)
257 |gI| N gI insert text in column 1 (N times)
264 |v_b_I| I insert the same text in front of all the selected lines
269 |insert-index| alphabetical index of Insert mode commands
285 |i_CTRL-V| CTRL-V {char}.. insert character literally, or enter decimal
289 |i_CTRL-E| CTRL-E insert the character from below the cursor
290 |i_CTRL-Y| CTRL-Y insert the character from above the cursor
292 |i_CTRL-A| CTRL-A insert previously inserted text
293 |i_CTRL-@| CTRL-@ insert previously inserted text and stop
295 |i_CTRL-R| CTRL-R {register} insert the contents of a register
297 |i_CTRL-N| CTRL-N insert next match of identifier before the
299 |i_CTRL-P| CTRL-P insert previous match of identifier before
309 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in front of
331 |:r| :r [file] insert the contents of [file] below the cursor
332 |:r!| :r! {command} insert the standard output of {command} below the
901 'showmatch' 'sm' briefly jump to matching bracket if insert one
1082 |c_CTRL-V| CTRL-V {char} insert {char} literally
1087 |c_CTRL-R| CTRL-R {register} insert the contents of a register
1114 |c_CTRL-A| CTRL-A insert all names that match pattern in front
1116 |c_CTRL-L| CTRL-L insert longest common part of names that