~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to runtime/doc/insert.txt

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-04-18 21:42:19 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20160418214219-6lf1w0zadujghas7
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
4
                  VIM REFERENCE MANUAL    by Bram Moolenaar
78
78
                |word-motions|, for the definition of a word.
79
79
                                                *i_CTRL-U*
80
80
CTRL-U          Delete all entered characters before the cursor in the current
81
 
                line.  If there are no newly entereed characters and
82
 
                'backspace'is not empty, delete all characters before the
 
81
                line.  If there are no newly entered characters and
 
82
                'backspace' is not empty, delete all characters before the
83
83
                cursor in the current line.
84
84
                See |i_backspacing| about joining lines.
85
85
                                                *i_CTRL-I* *i_<Tab>* *i_Tab*