Hacker News new | ask | show | jobs
by metaltyphoon 676 days ago
Same. I can’t stand not having A clipboard for the entire OS
1 comments

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