vim

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

commit 624477152403642a62e4eec277fa74e401e270c4
parent abab1d9ee214a1df6dd3c1d66133213619bae226
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:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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