aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2018-09-25 20:30:15 +0200
committerTeddy Wing2018-09-25 20:30:15 +0200
commit9bfaf8a292731dfb1f4096caed41f8aa9faf01e9 (patch)
treea181259632e1aed2559301aa0cc1fff763b74d96 /TODO
parent10888be427f079c90e2323d3241e312ff5a02202 (diff)
downloadDomeKey-9bfaf8a292731dfb1f4096caed41f8aa9faf01e9.tar.bz2
TODO: Add notes for escaping
Copied from the Vim help.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
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 "<Bslash>".
+ 3. A real '<' is represented with "\<" or "<lt>". 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