Remove auto entering full screen view
This commit is contained in:
parent
1f99361484
commit
a56d767989
1 changed files with 0 additions and 6 deletions
|
@ -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…
Reference in a new issue