mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Remove auto entering full screen view
This commit is contained in:
parent
1f99361484
commit
a56d767989
@ -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 New Issue
Block a user