Remove auto entering full screen view

pull/235/head
amix 7 years ago
parent 1f99361484
commit a56d767989
  1. 6
      vimrcs/extended.vim

@ -21,12 +21,6 @@ elseif has("unix")
set gfn=Monospace\ 11
endif
" Open MacVim in fullscreen mode
if has("gui_macvim")
set fuoptions=maxvert,maxhorz
au GUIEnter * set fullscreen
endif
" Disable scrollbars (real hackers don't use scrollbars for navigation!)
set guioptions-=r
set guioptions-=R

Loading…
Cancel
Save