mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
vimrc: xclip
This commit is contained in:
parent
5b1047dae5
commit
2b20dbc541
1 changed files with 4 additions and 0 deletions
|
|
@ -87,3 +87,7 @@
|
||||||
|
|
||||||
nnoremap <C-f> :Ag<cr>
|
nnoremap <C-f> :Ag<cr>
|
||||||
nnoremap <C-g> :Ag <c-r><c-w><cr>
|
nnoremap <C-g> :Ag <c-r><c-w><cr>
|
||||||
|
|
||||||
|
""" Copy'n'paste
|
||||||
|
|
||||||
|
nnoremap <silent><C-c> :call system('xclip -i -selection clipboard', @@)<cr>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue