vimr icon indicating copy to clipboard operation
vimr copied to clipboard

Mapping Cmd+Control

Open skanev opened this issue 2 years ago • 0 comments

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

skanev avatar May 09 '22 09:05 skanev