Sublime Forum

Ctrl C - copy no longer works

#1

I am using ST3 with a few vim plugins (ActualVim/VIM Navigation/Vintageous and VintageousOrigamai … I am a heavy vim user) but now my Ctrl-C doesn’t copy and yy (from vim) doesn’t copy to system clipboard.

I checked ST3 console but it gives no error when I do Ctrl C.

0 Likes

#2

Try reverting to the default install and enable the default vintage package and test if this issue persists: https://www.sublimetext.com/docs/3/revert.html

0 Likes

#3

Open your User keybindings and add:

	{ "keys": ["ctrl+c"], "command": "copy" },

This will overwrite every vim keybinding.

2 Likes