From 9bfaf8a292731dfb1f4096caed41f8aa9faf01e9 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 25 Sep 2018 20:30:15 +0200 Subject: TODO: Add notes for escaping Copied from the Vim help. --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 5d6435e..f4b6c44 100644 --- a/TODO +++ b/TODO @@ -8,6 +8,12 @@ v Add `MapGroup` to `State` (2018.09.25) - Key simulation for special keys - F1 etc. - Modifier keys + - Escaping + :help <> + 1. Any printable characters are typed directly, except backslash and '<' + 2. A backslash is represented with "\\", double backslash, or "". + 3. A real '<' is represented with "\<" or "". When there is no + confusion possible, a '<' can be used directly. - Fix: when in mode, non-mode mappings should not be enabled - Command handling - DKMap Parser -- cgit v1.2.3