System Clipboard Copy and Paste

1 Point

Sourya Kakarla Sourya Kakarla

10 years ago

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>

Florian Beer

Florian Beer 10 years ago

Will this work on all operating systems or is this specific to just one?

Lucas Godoy

Lucas Godoy 10 years ago

I'm using on Debian:

set clipboard=unnamedplus,unnamed " Use X11 default clipboard