Comment by jack_pp

1 year ago

And then there's me that configs vim to use the system clipboard by default

Same. I can’t stand not having A clipboard for the entire OS

  • The `+` register is the system clipboard in vim already. What you're referring to is remapping the `+` register as the default register (in place of the 'unnamed' register, which is accessed explicitly as the `"` register) for some operations - typically yank and paste.