vim

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

commit a1e156372e1ec9548a0e647f270d519244c12ac3
parent 041e6c1e2989545431b2f0b3c74f06a3e3ab2472
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 12 Jan 2013 09:23:11 -0800

Eyesight getting worse, cranked font size on Mac to 14.

Diffstat:
M.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -36,7 +36,7 @@ if &t_Co > 2 || has("gui_running") let g:liquidcarbon_high_contrast=1 colorscheme liquidcarbon if has("gui_macvim") - set guifont=Menlo:h12 + set guifont=Menlo:h14 elseif has("unix") set guifont=Monospace\ 11 endif