vimrc: xclip

This commit is contained in:
He4eT 2021-04-28 16:26:45 +05:00 committed by GitHub
commit 2b20dbc541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,3 +87,7 @@
nnoremap <C-f> :Ag<cr>
nnoremap <C-g> :Ag <c-r><c-w><cr>
""" Copy'n'paste
nnoremap <silent><C-c> :call system('xclip -i -selection clipboard', @@)<cr>