Hacker News new | ask | show | jobs
by Xophmeister 3187 days ago
Vim has system clipboard support with the `+` and `*` registers.
2 comments

Or even better, setting "set clipboard=unnamed" in your vimrc, which just makes it to so vim's clipboad is the system clipboard.
I never knew about this trick, which is pretty significant if you use tmux regularly. This just made my day!
Right. But what I was saying is that, I wouldn't throw that into a beginner's tutorial right away.