vim

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

commit e3fe72ca031cb6db0a50965d13e3aac4a16330ab
parent 04da67e8488b9a4f51427db1c41cd70672a0f979
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 15 Jan 2016 08:08:47 -0800

Prioritize Fixed font over Ricty

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

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