fix clipboard

This commit is contained in:
Christian Nieves
2023-08-04 18:47:09 +00:00
parent 3d223ff976
commit b1d1bb9e32
5 changed files with 23 additions and 43 deletions

View File

@ -60,18 +60,6 @@ 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,
" \ }
set shortmess=A " disable swap
set shortmess+=O
set modifiable