neovim/test
Justin M. Keyes 99d4c8c29c keymap: Support <D-...> (super/command key).
Adds support for:
  - api:vim_input("<D-a>")
  - ":nnoremap <C-D-S-...>" and permutations thereof

UIs must capture the modifier and send it as "<D-...>" to vim_input().

Note: Before this commit, any arbitrary ":nnoremap <{foo}-{bar}>"
mapping could already be invoked with feedkeys("\<{foo}-{bar}>"). This
commit supports "D-" as a modifier that can be combined with "C-", "A-",
"S-" in any order.

For non-GUI (terminal) support, user must:
  :set <D-a>={CSI sequence}
then send the {CSI sequence} from their terminal. But this does not work
yet (regression #2204).

Closes #2190
2016-02-22 02:41:40 -05:00
..
benchmark test/benchmark: clean up according to luacheck 2015-11-23 13:57:21 +01:00
config shada: When using shada-r normalize option path 2015-10-08 22:01:10 +03:00
functional keymap: Support <D-...> (super/command key). 2016-02-22 02:41:40 -05:00
includes test: sys/fcntl.h -> fcntl.h 2016-01-14 23:36:58 -05:00
unit Tests: fix according to lualint 2016-02-02 20:23:12 +01:00
.luacheckrc test/functional: clean up according to luacheck (part 2) 2015-11-23 13:57:21 +01:00