aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-10-05 22:07:52 -0400
committerGitHub <noreply@github.com>2020-10-05 22:07:52 -0400
commit27b811dc1f69a31924ddcd3c0a3cbbe138923c96 (patch)
treed0df14412fe12859ae57ed3dde2846c7d80c0b40 /runtime/doc/vim_diff.txt
parentf8a5b4bdce489f4df7df15d0b363b608853b92d6 (diff)
parent2f06413dfb3624381f112b7d8661fde659c279e7 (diff)
downloadrneovim-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/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 3090be82f2..ae60c1c5e8 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -195,7 +195,7 @@ Input/Mappings:
<M-1>, <M-BS>, <M-Del>, <M-Ins>, <M-/>, <M-\>, <M-Space>, <M-Enter>, etc.
Case-sensitive: <M-a> and <M-A> are two different keycodes.
- ALT in insert-mode behaves like <Esc> if not mapped. |i_ALT|
+ ALT behaves like <Esc> if not mapped. |i_ALT| |v_ALT| |c_ALT|
Normal commands:
|g<Tab>| goes to the last-accessed tabpage.