Make default size a little easier to work with
This commit is contained in:
parent
3253658ca7
commit
176cde4746
1 changed files with 2 additions and 2 deletions
4
gvimrc
4
gvimrc
|
@ -4,8 +4,8 @@ source ~/.gvimrc_local
|
||||||
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
||||||
" Mac: set guifont=Monaco:h14
|
" Mac: set guifont=Monaco:h14
|
||||||
" from the help, recommended for tallest possible
|
" from the help, recommended for tallest possible
|
||||||
"set lines=9999
|
set lines=68
|
||||||
"set columns=9999
|
set columns=120
|
||||||
set background=dark
|
set background=dark
|
||||||
"" enable antialiasing for environments supporting it
|
"" enable antialiasing for environments supporting it
|
||||||
set anti
|
set anti
|
||||||
|
|
Loading…
Reference in a new issue