I can copy to system clipboard using clipboard=unnamedplus
. However this also copies text to system clipboard when using commands like dd
or ciw
.
For example, if I copy some text, and then use ciw
, the text that I am replacing gets copied in the system clipboard and I have to copy the original text again to be able to paste it.
What I want is to copy to system clipboard only when I yank(y
) a selection, or use commands such as yy
, yiw
or similar.