win-vind icon indicating copy to clipboard operation
win-vind copied to clipboard

[Question] why `<ctrl><ctrl>` is also activated as `<ctrl>+[any key]`?

Open gilbh opened this issue 2 years ago • 2 comments

Hi,

It might be something inherent for vim, but when I try the following: inoremap <ctrl><ctrl> to_edi_normal

It is also activated if I press <ctrl>+a or something similar. Is this the expected behavior? Is there someway of avoiding this from happening?

Thanks Gil

gilbh avatar Apr 05 '22 11:04 gilbh

Probably because it is interpreted as a <ctrl><ctrl-a> command. It needs to be fixed.

pit-ray avatar Apr 17 '22 14:04 pit-ray

Thanks. I think it would be great. I am still looking for a good key mapping to switch win-vind modes, and <ctrl><ctrl> has the advantage of being non-disruptive to any other program (unlike, say, <esc>). So this would be a great solution.

gilbh avatar Apr 18 '22 14:04 gilbh