OSC52 clipboard yanks
This commit is contained in:
24
vim/.vimrc
24
vim/.vimrc
@ -60,18 +60,18 @@ set splitbelow " Puts new split windows to the bottom of the current
|
||||
set scrolljump=5 " Line to scroll when cursor leaves screen
|
||||
set scrolloff=3 " Minumum lines to keep above and below cursor
|
||||
|
||||
let g:clipboard = #{
|
||||
\ name: 'xsel',
|
||||
\ copy: {
|
||||
\ '+': ['xclip', '--nodetach', '-i', '-b'],
|
||||
\ '*': ['xclip', '--nodetach', '-i', '-p'],
|
||||
\ },
|
||||
\ paste: {
|
||||
\ '+': ['xclip', '-o', '-b'],
|
||||
\ '*': ['xclip', '-o', '-p'],
|
||||
\ },
|
||||
\ cache_enabled: 1,
|
||||
\ }
|
||||
" let g:clipboard = #{
|
||||
" \ name: 'xsel',
|
||||
" \ copy: {
|
||||
" \ '+': ['xclip', '--nodetach', '-i', '-b'],
|
||||
" \ '*': ['xclip', '--nodetach', '-i', '-p'],
|
||||
" \ },
|
||||
" \ paste: {
|
||||
" \ '+': ['xclip', '-o', '-b'],
|
||||
" \ '*': ['xclip', '-o', '-p'],
|
||||
" \ },
|
||||
" \ cache_enabled: 1,
|
||||
" \ }
|
||||
set shortmess=A
|
||||
set shortmess+=O
|
||||
set modifiable
|
||||
|
Reference in New Issue
Block a user