mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 22:47:29 +01:00
use unnamed on osx
This commit is contained in:
6
vimrc
6
vimrc
@@ -79,7 +79,11 @@ set splitbelow
|
||||
|
||||
" yank delete change and put operations go by default in `"+` register
|
||||
" so in the systems clipboard accessable by CTRL-V on all OS types
|
||||
set clipboard=unnamedplus
|
||||
if has('mac')
|
||||
set clipboard^=unnamed
|
||||
else
|
||||
set clipboard^=unamedplus
|
||||
endif
|
||||
|
||||
" set ignorecase
|
||||
set infercase
|
||||
|
||||
Reference in New Issue
Block a user