diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-06-24 00:42:33 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-06-24 00:43:20 -0400 |
commit | 91fcd3378750080fb94d3030a6fc29a4f86b15e8 (patch) | |
tree | 08d4945a72caac4f28b0fe036df64634a9e6033f /runtime | |
parent | 20a57c497b55bb3632f0d4bcd76c18628cfa5f43 (diff) | |
download | rneovim-91fcd3378750080fb94d3030a6fc29a4f86b15e8.tar.gz rneovim-91fcd3378750080fb94d3030a6fc29a4f86b15e8.tar.bz2 rneovim-91fcd3378750080fb94d3030a6fc29a4f86b15e8.zip |
doc: vim_diff: clarify key-chord support. #2886
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2140994259..ebee717456 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -68,14 +68,16 @@ are always available and may be used simultaneously in separate plugins. The See |nvim-intro| for a list of Nvim's largest new features. -Meta-key chords are recognized (even in the terminal). +Meta (alt) chords are recognized (even in the terminal). <M-1>, <M-2>, ... <M-BS>, <M-Del>, <M-Ins>, ... <M-/>, <M-\>, ... <M-Space>, <M-Enter>, <M-=>, <M-->, <M-?>, <M-$>, ... -`CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in -the terminal). + Note: Meta chords are case-sensitive (<M-a> is distinguished from <M-A>). + +Some `CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in +the terminal). Specifically, the following are known to work: <C-Tab>, <C-S-Tab> <C-BS>, <C-S-BS> <C-Enter>, <C-S-Enter> |