doc: vim_diff: clarify key-chord support. #2886

This commit is contained in:
Justin M. Keyes
2015-06-24 00:42:33 -04:00
parent 20a57c497b
commit 91fcd33787

View File

@@ -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. 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-1>, <M-2>, ...
<M-BS>, <M-Del>, <M-Ins>, ... <M-BS>, <M-Del>, <M-Ins>, ...
<M-/>, <M-\>, ... <M-/>, <M-\>, ...
<M-Space>, <M-Enter>, <M-=>, <M-->, <M-?>, <M-$>, ... <M-Space>, <M-Enter>, <M-=>, <M-->, <M-?>, <M-$>, ...
`CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in Note: Meta chords are case-sensitive (<M-a> is distinguished from <M-A>).
the terminal).
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-Tab>, <C-S-Tab>
<C-BS>, <C-S-BS> <C-BS>, <C-S-BS>
<C-Enter>, <C-S-Enter> <C-Enter>, <C-S-Enter>