vimr
vimr copied to clipboard
Mapping Cmd+Control
Hey.
I'm trying to move away from nvim-qt to VimR, but one thing I'm struggling with is Cmd+Control mappings. Specifically
map <C-D-o> :echo hi<CR>
Does not work.
I went into insert mode, hit <C-v>
and then Cmd+Command+o and it seems VimR takes this to mean <C-o>
instead of <C-D-o>
.
Any chance to get this fixed? Would be highly appreciated ;)