Set default maz width, disable menu, toolbar
This commit is contained in:
parent
4b653500f9
commit
da6a9756fc
1 changed files with 3 additions and 0 deletions
3
gvimrc
3
gvimrc
|
@ -5,8 +5,11 @@ source ~/.gvimrc_local
|
|||
" Mac: set guifont=Monaco:h14
|
||||
" from the help, recommended for tallest possible
|
||||
set lines=9999
|
||||
set columns=9999
|
||||
set background=dark
|
||||
"" enable antialiasing for environments supporting it
|
||||
set anti
|
||||
set guioptions-=r
|
||||
set guioptions-=b
|
||||
set guioptions-=T
|
||||
set guioptions-=m
|
||||
|
|
Loading…
Reference in a new issue