comparison runtime/doc/insert.txt @ 6153:1e8ebf870720

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 22 Aug 2014 19:21:47 +0200
parents 0efec12f52ac
children 0303182665d5
comparison
equal deleted inserted replaced
6152:9d02417f8af0 6153:1e8ebf870720
1 *insert.txt* For Vim version 7.4. Last change: 2014 Jul 06 1 *insert.txt* For Vim version 7.4. Last change: 2014 Aug 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
49 *i_CTRL-[* *i_<Esc>* 49 *i_CTRL-[* *i_<Esc>*
50 <Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish 50 <Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish
51 abbreviation. 51 abbreviation.
52 Note: If your <Esc> key is hard to hit on your keyboard, train 52 Note: If your <Esc> key is hard to hit on your keyboard, train
53 yourself to use CTRL-[. 53 yourself to use CTRL-[.
54 If Esc doesn't work and you are using a Mac, try CTRL-Esc.
55 Or disable Listening under Accessibility preferences.
54 *i_CTRL-C* 56 *i_CTRL-C*
55 CTRL-C Quit insert mode, go back to Normal mode. Do not check for 57 CTRL-C Quit insert mode, go back to Normal mode. Do not check for
56 abbreviations. Does not trigger the |InsertLeave| autocommand 58 abbreviations. Does not trigger the |InsertLeave| autocommand
57 event. 59 event.
58 60