Lines Matching refs:insert

237 Flexible insert mode.					|ins-special-special|
238 The arrow keys can be used in insert mode to move around in the file.
239 This breaks the insert in two parts as far as undo and redo is
258 > or < insert or delete indent
285 You can insert or delete at any place in the command-line using the
319 (incomplete) wildcard; all matches will be listed. CTRL-A will insert
320 all matches. CTRL-L will insert the longest common part of the
584 "o" and "O" accept a count for repeating the insert (Vi clears a part of
618 ":iunmap" and ":inoremap" can be used for mapping in insert mode only.
667 by using a CTRL-M. For Vi this means you cannot insert a real CTRL-M in the
674 If the 'revins' option is set, insert happens backwards. This is for typing
683 option includes "eol". You can backspace over the start of insert if the
686 When the 'paste' option is set, a few options are reset and mapping in insert
691 CTRL-T/CTRL-D always insert/delete an indent in the current line, no matter
694 CTRL-@ (insert previously inserted text) works always (Vi: only when typed as
697 CTRL-A works like CTRL-@ but does not leave insert mode.
699 CTRL-R {register} can be used to insert the contents of a register.
723 When repeating an insert, e.g. "10atest <Esc>" vi would only handle wrapmargin
724 for the first insert. Vim does it for all.
727 only for one line. "3iabc<NL>def<Esc>" would insert "abcabcabc<NL>def" in Vi
746 in insert mode.
771 If the 'insertmode' option is set (e.g. in .exrc), Vim starts in insert mode.
837 `:insert` insert text
852 `:put` insert contents of register in the text
966 |I| insert text before the first CHAR on the line N times
971 |O| begin a new line above the cursor and insert text, repeat N
978 |S| delete N lines [into register x] and start insert; synonym for
994 |c| delete Nmove text [into register x] and start insert
995 |cc| delete N lines [into register x] and start insert
1001 |i| insert text before the cursor N times
1007 |o| begin a new line below the cursor and insert text
1014 insert
1036 CTRL-@ insert previously inserted text and stop insert
1038 CTRL-C quit insert mode, without checking for abbreviation, unless
1044 position of insert}
1046 <Tab> insert a <Tab> character
1052 CTRL-T insert one shiftwidth of indent in current line {Vi: only when
1054 CTRL-V {char} insert next non-digit literally {Vi: no decimal byte entry}
1057 <Esc> end insert mode (unless 'insertmode' set)
1098 'showmatch' 'sm' briefly jump to matching bracket if insert one