Last Updated: February 25, 2016
·
424
· tlbrack

vim copy/yank/paste to other apps

In your .vimrc:

set clipboard=unnamed

1 Response
Add your response

You can use the " * " buffer as well.

"*yy => copy the whole line in the system clipboard

"*p => paste the system clipboard

over 1 year ago ·