dotfiles

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

commit b25131e20c30149c6078ad8e06e5099b96478464
parent cc58ecc93f37ede5e90d72feab03a902ccb53cc0
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  5 Nov 2014 19:41:14 -0800

Set gvim font to Fixed 10 if avaialble.

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

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