Easier bindings to copy and paste to/from the System Clipboard
"Paste from system clipboard map <Leader>p "+p "Copy to system clipboard vnoremap <Leader>y :<C-u>let @+=@*<CR> nnoremap <Leader>yy :<C-u>let @+=getline('.')."\n"<CR>
Lucas Godoy 10 years ago
I'm using on Debian:
set clipboard=unnamedplus,unnamed " Use X11 default clipboard
Florian Beer 10 years ago
Will this work on all operating systems or is this specific to just one?