Y
Hacker News
new
|
ask
|
show
|
jobs
by
Xophmeister
3187 days ago
Vim has system clipboard support with the `+` and `*` registers.
2 comments
edanm
3187 days ago
Or even better, setting "set clipboard=unnamed" in your vimrc, which just makes it to so vim's clipboad
is
the system clipboard.
link
Analog24
3186 days ago
I never knew about this trick, which is pretty significant if you use tmux regularly. This just made my day!
link
rstefanic
3187 days ago
Right. But what I was saying is that, I wouldn't throw that into a beginner's tutorial right away.
link