neovim/test/functional/ui
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
..
highlight_spec.lua ui: revert "gui_running" hack 2016-02-03 01:21:59 -05:00
input_spec.lua keymap: Support <D-...> (super/command key). 2016-02-22 02:41:40 -05:00
mouse_spec.lua eval: Add +tablineat feature 2016-02-01 21:40:46 +03:00
screen_basic_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
screen.lua test: change CI_TARGET reference to CI 2016-01-01 23:58:42 -05:00
searchhl_spec.lua test/functional: clean up according to luacheck (part 1) 2015-11-23 13:57:21 +01:00
sign_spec.lua tests/ui: Also test character at cursor 2015-03-09 08:01:49 -03:00
syntax_conceal_spec.lua defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872 2015-08-22 13:48:48 -04:00
wildmode_spec.lua options: Enable &wildmenu, use "list:longest,full" for &wildmode by default #2677 2015-05-17 15:24:31 -04:00