Hacker News new | ask | show | jobs
by jack_pp 663 days ago
And then there's me that configs vim to use the system clipboard by default
1 comments

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.
Yes :)