commit 847b526fb1e8321c5c4b2ec1e82eb9141ecac3d4
parent c47b2b03115090783fd063fa487b5c18e1cbf257
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 13 Jun 2017 15:30:55 -0700
Use font size 13 (#4)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -149,7 +149,7 @@ if &t_Co > 2 || has("gui_running")
endif
if has("gui_macvim")
- set guifont=SF\ Mono:h11,Menlo:h11
+ set guifont=SF\ Mono:h13,Menlo:h13
elseif has("unix")
set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10
endif