dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 4826c3038c2f74e9e8014004e4197958c96c3653
parent 6ae034a46e696fcd77b01431b9902c544e8bdbfa
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 28 Jul 2016 18:57:53 -0700

Set default guifont on Mac to Menlo 13

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

diff --git a/.vim/vimrc b/.vim/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