I have set the following setting in VIM for Visual Studio
But when I press ctrl+c I still enter NORMAL mode.
I also tried to set my own vimrc
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.