From 91fcd3378750080fb94d3030a6fc29a4f86b15e8 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 24 Jun 2015 00:42:33 -0400 Subject: doc: vim_diff: clarify key-chord support. #2886 --- runtime/doc/vim_diff.txt | 8 +++++--- 1 file 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). , , ... , , , ... , , ... , , , , , , ... -`CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in -the terminal). + Note: Meta chords are case-sensitive ( is distinguished from ). + +Some `CTRL-SHIFT-...` key chords are distinguished from `CTRL-...` variants (even in +the terminal). Specifically, the following are known to work: , , , -- cgit