From 6fe2d24cef095bda797c2b33c1dadd4fac082945 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Fri, 16 Aug 2019 12:03:33 +0200 Subject: keymap: allow modifiers to multibyte chars, like MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/doc/intro.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc/intro.txt') diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 1fb06e169c..c240f08a75 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -404,6 +404,9 @@ Mapping will not work then. Note: If numlock is on, the |TUI| receives plain ASCII values, so mappings to - and will not work. +Note: Nvim supports mapping multibyte chars with modifiers such as ``. +Which combinations actually are usable depends on the terminal emulator or GUI. + *<>* Examples are often given in the <> notation. Sometimes this is just to make clear what you need to type, but often it can be typed literally, e.g., with -- cgit