Reputation: 197
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
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
Reputation: 21
i also faced the same issue
I SOLVED IT BY
1 Disabling vim extension,
2 Uninstall vim extension in vscode
Upvotes: 2
Reputation: 141
I too had this issue. Resolved was by disabling the VIM extension or you can uninstall it too.
Upvotes: 14