From 450644969b67b23a299a3f6c31b35c2934555b0e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 Mar 2013 02:54:11 +1300 Subject: Switch to Consolas for Windows font Having subtle problems with Ubuntu Mono's Unicode behavior in PuTTY which is occasionally causing me some irritation. The lack of soft hyphens for reading man pages in UTF-8 locales was kind of a dealbreaker. The only other option is Deja Vu Sans Mono which I just can't bring myself to like at all. --- vim/gvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/gvimrc') diff --git a/vim/gvimrc b/vim/gvimrc index 51270a49..4efe5abf 100644 --- a/vim/gvimrc +++ b/vim/gvimrc @@ -2,7 +2,7 @@ if has("unix") silent! set guifont=Ubuntu\ Mono\ 14 else - silent! set guifont=Ubuntu\ Mono:h12 + silent! set guifont=Consolas:h11 endif set guioptions=aci set visualbell t_vb= -- cgit v1.2.3