vim: use unnamedplus register to sync with clipboard

This commit is contained in:
Fernando Schauenburg 2021-08-16 13:05:35 +02:00
parent 1f5cfe8de7
commit 18f36d9061

View file

@ -6,7 +6,7 @@ if $LOCAL_CONFIG == "" | let $LOCAL_CONFIG="~/.local/etc" | endif
" Options {{{
set backspace=indent,eol,start " sane backspace behavior
set nobackup " don't keep backup file after overwriting a file
set clipboard=unnamed " synchronize with system clipboard
set clipboard=unnamedplus " synchronize with system clipboard
set colorcolumn=+1 " highlight column after 'textwidth'
set cursorline " highlight the line of the cursor
set diffopt=filler,vertical " make side-by-side diffs better