mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +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
|
" yank delete change and put operations go by default in `"+` register
|
||||||
" so in the systems clipboard accessable by CTRL-V on all OS types
|
" 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 ignorecase
|
||||||
set infercase
|
set infercase
|
||||||
|
|||||||
Reference in New Issue
Block a user