vim

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

commit fef82e98c50a1aff5349f8d346dddafebd38a38e
parent a4df8cc4162b8d77f0f2c9650c8ff5c5199e01a7
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 24 Feb 2015 13:40:01 -0800

Using Fixed 9 as default gui font.

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

diff --git a/vimrc b/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\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 + set guifont=Fixed\ 9,Source\ Code\ Pro\ 10,Monospace\ 10 endif endif