qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

Mapping Cmd+Control #946

Open skanev opened 2 years ago

skanev commented 2 years ago

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 ;)