4

In Visual Studio Code, when i try to use Ctrl+C to copy something, it changes the insert mode instead. There is a blue bar at the bottom of the screen, with all the informations about the file (python interpreter, number of line and column of the cursor, ...) and -INSERT- . When I press Ctrl+C, the -INSERT- switches to -NORMAL- and I can't copy what I highlighted.

Deffo
  • 191
  • 1
  • 8
  • 21

2 Answers2

10

I too had this issue. Resolved was by disabling the VIM extension or you can uninstall it too.

Bhavesh Mankar
  • 101
  • 1
  • 7
  • 2
    Worth mentioning that this person probably wants the extension and is familiar with it. Removing the extension is not automatically a solution for most people who use it. Instead, a question like [VS code VIM extension copy and paste](https://stackoverflow.com/questions/58306002/vs-code-vim-extension-copy-and-paste) might yield a good answer for those people. – AndrewF Feb 16 '22 at 01:43
  • Thank you mate! I completely forgot that I have installed that extension and I would never guess that it is the reason behind this behavior – Ikdemm Nov 29 '22 at 06:33
1

i also faced the same issue

I SOLVED IT BY

1 Disabling vim extension,

2 Uninstall vim extension in vscode