commit fcde4a71e86ed7c3eb5fcd5cc733d451f44e3f90 parent 4e80512c0da42e2a15366faa25449072b68367f6 Author: Chris Bracken <chris@bracken.jp> Date: Tue, 24 Feb 2015 13:40:01 -0800 Using Fixed 9 as default gui font. Diffstat:
M | .vim/vimrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc @@ -110,7 +110,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h11 elseif has("unix") - set guifont=Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 + set guifont=Fixed\ 9,Source\ Code\ Pro\ 10,Monospace\ 10 endif endif