vim: use unnamedplus register to sync with clipboard
This commit is contained in:
parent
1f5cfe8de7
commit
18f36d9061
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue