vim

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

commit db8ea36872797fbb15b826f4ec6692111c3c470d
parent 65381c037b55befcde54962c0ae55b6ecb9449f9
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 28 Jul 2016 18:57:53 -0700

Set default guifont on Mac to Menlo 13

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

diff --git a/vimrc b/vimrc @@ -128,7 +128,7 @@ if &t_Co > 2 || has("gui_running") endif if has("gui_macvim") - set guifont=Menlo:h11 + set guifont=Menlo:h13 elseif has("unix") set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif