vim

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

commit a6c4f1c122933005b2875e71d61b8d00cec32014
parent 66358812d5c239af58a550577b6848e863a7e2c3
Author: Chris Bracken <cbracken@google.com>
Date:   Wed, 14 Dec 2011 13:22:48 -0800

Set font to Menlo 12

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -35,6 +35,7 @@ if &t_Co > 2 || has("gui_running") syntax on set background=dark colorscheme blackboard + set guifont=Menlo:h12 endif if has("autocmd")