mirror of https://github.com/bjeanes/dotfiles.git
Sync clipboard with OS
parent
a94999be15
commit
78200437de
|
@ -46,3 +46,5 @@ if filereadable(expand('~/.vimrc.local'))
|
|||
source ~/.vimrc.local
|
||||
endif
|
||||
|
||||
" OS X clipboard when yanking/pasting
|
||||
set clipboard=unnamed
|
||||
|
|
Loading…
Reference in New Issue