commit 62465937e89275e8d864af3d90ac72861c0126fa parent fcde4a71e86ed7c3eb5fcd5cc733d451f44e3f90 Author: Chris Bracken <chris@bracken.jp> Date: Wed, 20 May 2015 20:57:11 -0700 Bump gvim font size to Fixed Misc 10. 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\ 9,Source\ Code\ Pro\ 10,Monospace\ 10 + set guifont=Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif endif