diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-08-22 19:21:47 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-08-22 19:21:47 +0200 |
commit | fb539273c95f95e18e9542c2de3318b1b1e73db6 (patch) | |
tree | 9b435b3ca96881d563c9416fc876939d0d3f92b6 /runtime/doc/insert.txt | |
parent | d2e8087b532e676cc513a2b385deaf1bf7afbf94 (diff) | |
download | vim-git-fb539273c95f95e18e9542c2de3318b1b1e73db6.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 4136c9189..2a114bc09 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.4. Last change: 2014 Jul 06 +*insert.txt* For Vim version 7.4. Last change: 2014 Aug 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -51,6 +51,8 @@ char action ~ abbreviation. Note: If your <Esc> key is hard to hit on your keyboard, train yourself to use CTRL-[. + If Esc doesn't work and you are using a Mac, try CTRL-Esc. + Or disable Listening under Accessibility preferences. *i_CTRL-C* CTRL-C Quit insert mode, go back to Normal mode. Do not check for abbreviations. Does not trigger the |InsertLeave| autocommand |