vimrc/gvimrc

16 lines
372 B
VimL
Raw Normal View History

" to allow specific fonts for specific OSes
source ~/.gvimrc_local
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
" Mac: set guifont=Monaco:h14
" from the help, recommended for tallest possible
set lines=68
set columns=120
set background=dark
2015-10-14 01:35:19 +00:00
"" enable antialiasing for environments supporting it
set anti
2015-04-01 21:20:05 +00:00
set guioptions-=r
set guioptions-=b
set guioptions-=T
set guioptions-=m