vimrc: set default clipboard register

This commit is contained in:
surtur 2022-08-11 12:59:11 +02:00
parent 12c3eff3c2
commit f3e47a5368
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -945,6 +945,9 @@ set cursorlineopt=number
hi CursorLineNR cterm=bold
syntax sync minlines=256
" use +/clipboard as default register
set clipboard=unnamedplus
" vim help had this to say about 'exrc':
"
" Enables the reading of .vimrc, .exrc and .gvimrc in the current directory.