Clipboard mappings the way I like them.
Install pathogen and run
cd ~/.vim/bundle
git clone git://github.com/poxar/vim-clipbored.git
Install and setup plug.vim and put
Plug 'poxar/vim-clipbored'
in your vimrc
Everything you copy/cut/put/change goes in or comes from the clipboard, no matter what operating system you're on.
On Linux you can access the primary selection by prepending <leader>
to the
commands dDyYpPcC
.
The MIT License (MIT), see LICENSE.