Files
neovim/runtime
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
..
2016-02-14 08:24:49 +09:00
2015-01-21 07:27:01 +01:00
2016-01-27 14:22:48 +01:00
2016-02-07 01:13:30 -05:00
2016-02-14 08:24:49 +09:00
2014-12-19 15:28:49 -05:00
2015-11-28 10:59:21 +01:00
2016-02-17 04:28:01 -05:00
2014-12-19 15:28:49 -05:00
2016-01-14 13:13:32 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00