diff options
author | James McCoy <jamessan@jamessan.com> | 2020-10-05 22:07:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 22:07:52 -0400 |
commit | 27b811dc1f69a31924ddcd3c0a3cbbe138923c96 (patch) | |
tree | d0df14412fe12859ae57ed3dde2846c7d80c0b40 /runtime/doc/cmdline.txt | |
parent | f8a5b4bdce489f4df7df15d0b363b608853b92d6 (diff) | |
parent | 2f06413dfb3624381f112b7d8661fde659c279e7 (diff) | |
download | rneovim-27b811dc1f69a31924ddcd3c0a3cbbe138923c96.tar.gz rneovim-27b811dc1f69a31924ddcd3c0a3cbbe138923c96.tar.bz2 rneovim-27b811dc1f69a31924ddcd3c0a3cbbe138923c96.zip |
Merge pull request #13042 from godlygeek/unmapped_meta_is_esc
Treat unmapped ALT/META as ESC+c in all modes
Closes #7972
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r-- | runtime/doc/cmdline.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 163dc81804..f7a281cb88 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -224,6 +224,10 @@ CTRL-[ *c_CTRL-[* *c_<Esc>* *c_Esc* present in 'cpoptions', start entered command. Note: If your <Esc> key is hard to hit on your keyboard, train yourself to use CTRL-[. + *c_META* *c_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 a + command-line mode mapping. *c_CTRL-C* CTRL-C quit command-line without executing |