aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-04 01:08:07 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-04-04 03:23:15 +0200
commit224ebc0078f29ac3189d7fbd9a59b386ae2ee303 (patch)
treed59733a73a7c7202b8badaba95d3f2bcc886ac77 /runtime/doc/insert.txt
parent98e71123900fbdf26a16a43297a1f58118cde41b (diff)
downloadrneovim-224ebc0078f29ac3189d7fbd9a59b386ae2ee303.tar.gz
rneovim-224ebc0078f29ac3189d7fbd9a59b386ae2ee303.tar.bz2
rneovim-224ebc0078f29ac3189d7fbd9a59b386ae2ee303.zip
insert-mode: interpret unmapped META as ESC
closes #2454 closes #8213 ref #7972
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 9ae35bea52..1feff0723b 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -40,10 +40,11 @@ char action ~
*i_CTRL-[* *i_<Esc>*
<Esc> or CTRL-[ End insert or Replace mode, go back to Normal mode. Finish
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.
+ Note: If your <Esc> key is hard to hit, try CTRL-[ instead.
+ *i_META* *i_ALT*
+ |ALT| (|META|) acts like <Esc> if the chord is not mapped.
+ For example <A-x> acts like <Esc>x if <A-x> does not have an
+ insert-mode mapping.
*i_CTRL-C*
CTRL-C Quit insert mode, go back to Normal mode. Do not check for
abbreviations. Does not trigger the |InsertLeave| autocommand