commit f48b5fb98f435d833821c327371b29029ef6daa7
parent ef8b6d859a8164366a83a2a65dd42f88a049f112
Author: Chris Bracken <chris@bracken.jp>
Date: Sun, 11 May 2014 11:31:47 -0700
Set gvim font size to 10 on unix/linux
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -78,7 +78,7 @@ if &t_Co > 2 || has("gui_running")
if has("gui_macvim")
set guifont=Menlo:h11
elseif has("unix")
- set guifont=Source\ Code\ Pro\ 11,Monospace\ 11
+ set guifont=Source\ Code\ Pro\ 10,Monospace\ 10
endif
if has("autocmd")