I'm using Sublime 3083
.
Suppose I cut some text (Ctrl-x
) in a file and then attempt to paste it somewhere else, in that same file or another one.
I position the cursor on the line I want to paste the text.
If I hit
Ctrl-v
the text is pasted with no issues.But if I accidentally hit
Ctrl-c
instead, the text that was cut can no longer be pasted. It is dropped from the clipboard and I'm forced toCtrl-z
back to the point before the text was cut.
This happens even if no text is selected when hitting Ctrl-c
.
I tested and this behaviour seems to be exclusive from Sublime
. Is this a feature? If so, can it be disabled?