Deffo
Deffo

Reputation: 197

VS Code Ctrl+C has a wrong behaviour

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.

Upvotes: 6

Views: 5772

Answers (3)

redOctober13
redOctober13

Reputation: 3974

You don't have to disable/uninstall the extension (particularly if you use it, like I do with AmVim). Bring up your Keyboard Shortcuts, and search for Ctrl+c.

For me, I just had to delete the keybinding amVim.ctrl+c

Upvotes: 0

santhosh vempali
santhosh vempali

Reputation: 21

i also faced the same issue

I SOLVED IT BY

1 Disabling vim extension,

2 Uninstall vim extension in vscode

Upvotes: 2

Bhavesh Mankar
Bhavesh Mankar

Reputation: 141

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

Upvotes: 14

Related Questions