Skip to content

Commit

Permalink
Replace xsel with xclip
Browse files Browse the repository at this point in the history
  • Loading branch information
L-P committed Oct 23, 2018
1 parent f590f5b commit d21d7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vim/bundle/lpeltier/plugin/lpeltier.vim
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ inoremap <Down> <C-O>gj
" Copy the current selection in X clipboard, useful when vim is compiled
" without + and * registers support
noremap <Leader>c :!xsel -iob<CR>u
noremap <Leader>c :!xclip -selection clipboard -i<CR>u
" Align multiple columns of text
vnoremap <Leader>a :!column -t<CR>gv:s/ \([^ ]\)/ \1/g<CR>gv=
Expand Down

0 comments on commit d21d7e8

Please sign in to comment.