comparison runtime/doc/insert.txt @ 6884:29c328f69aaa

Update help files.
author Bram Moolenaar <bram@vim.org>
date Fri, 26 Jun 2015 19:35:49 +0200
parents 0303182665d5
children c8efa41dd451
comparison
equal deleted inserted replaced
6883:dbebb11ee0e0 6884:29c328f69aaa
1 *insert.txt* For Vim version 7.4. Last change: 2015 May 22 1 *insert.txt* For Vim version 7.4. Last change: 2015 Jun 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
80 CTRL-W Delete the word before the cursor (see |i_backspacing| about 80 CTRL-W Delete the word before the cursor (see |i_backspacing| about
81 joining lines). See the section "word motions", 81 joining lines). See the section "word motions",
82 |word-motions|, for the definition of a word. 82 |word-motions|, for the definition of a word.
83 *i_CTRL-U* 83 *i_CTRL-U*
84 CTRL-U Delete all entered characters before the cursor in the current 84 CTRL-U Delete all entered characters before the cursor in the current
85 line. If there are no newly entereed characters and 85 line. If there are no newly entered characters and
86 'backspace'is not empty, delete all characters before the 86 'backspace' is not empty, delete all characters before the
87 cursor in the current line. 87 cursor in the current line.
88 See |i_backspacing| about joining lines. 88 See |i_backspacing| about joining lines.
89 *i_CTRL-I* *i_<Tab>* *i_Tab* 89 *i_CTRL-I* *i_<Tab>* *i_Tab*
90 <Tab> or CTRL-I Insert a tab. If the 'expandtab' option is on, the 90 <Tab> or CTRL-I Insert a tab. If the 'expandtab' option is on, the
91 equivalent number of spaces is inserted (use CTRL-V <Tab> to 91 equivalent number of spaces is inserted (use CTRL-V <Tab> to