diff --git a/.vim/options.vim b/.vim/options.vim index f3751a4..3007e6e 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -60,7 +60,7 @@ if has('gui_running') if has('unix') set guifont=Source\ Code\ Pro\ Regular\ 10 else - set guifont=Terminus:h12 + set guifont=Lucida_Console:h10 endif endif