Skip to content

Commit

Permalink
Don't clobber Mac clipboard in Visual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jun 15, 2016
1 parent 0dd340f commit 12bae44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim/plugin/graphical_settings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ if has("gui_macvim")
" Fullscreen takes up entire screen
set fuoptions=maxhorz,maxvert
set transparency=0

" Don't clobber system clipboard in visual mode
" OS X don't have selection/clipboard distinction ("* vs "+ registers)
set guioptions-=a
else
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 10,\ DejaVu\ Sans\ Mono\ 10
endif
Expand Down

0 comments on commit 12bae44

Please sign in to comment.