Vim for Visual Studio - Ctrl+C Disabled Still Enters Normal Mode

Viewed 29

I have set the following setting in VIM for Visual Studio enter image description here

But when I press ctrl+c I still enter NORMAL mode.

I also tried to set my own vimrc enter image description here

and add the ctrl-c remapping from there

# inside ~/.vimrc
map <C-c> "+y

But it still enters NORMAL mode, it works because atleast it does copy to the clipboard what i was trying to copy, but I thought it would get rid off the action of entering NORMAL mode.. I thought it would have rewritten that functionality for that shortcut instead it kind of doubles it.

I am getting used to it, but I wonder why that's the case.

0 Answers
Related