aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-02 02:54:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-02 02:54:11 +1300
commit450644969b67b23a299a3f6c31b35c2934555b0e (patch)
tree86d1b367ad7341cf33703c751c94babb061adc5a
parentThis is overengineering in retrospect (diff)
downloaddotfiles-450644969b67b23a299a3f6c31b35c2934555b0e.tar.gz
dotfiles-450644969b67b23a299a3f6c31b35c2934555b0e.zip
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.
-rw-r--r--vim/gvimrc2
1 files changed, 1 insertions, 1 deletions
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=