With gvim, I can map <C-LeftMouse>
, but I can't with vim running inside a terminal emulator (konsole in my case).
I have reasons to think it's because the sequence Ctrl + CLICK is not sent/detected :
in insert mode, typing Ctrl + V, Ctrl + CLICK prints "" with gvim, but only "" with konsole.
how to make vim / neovim to recognize this (useful) combination ?
EDIT Note that I already set mouse=a
in vim