0

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.

romainl
  • 186,200
  • 21
  • 280
  • 313
user3755529
  • 1,050
  • 1
  • 10
  • 30
  • Please label this as Visual Studio Code, Visual Studio is another application with a separate Vim extension. – Kris10an Dec 17 '22 at 13:29

0 Answers0