vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 168fd040acca3bd076d6fe10f4827f01c3e5323b
parent 45b139b1536f1ebed4392ac79e3ecf8923568fc4
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 13 Jun 2017 15:30:55 -0700

Use font size 13 (#4)


Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/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