diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-03-02 02:54:11 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-03-02 02:54:11 +1300 |
commit | 450644969b67b23a299a3f6c31b35c2934555b0e (patch) | |
tree | 86d1b367ad7341cf33703c751c94babb061adc5a /vim/gvimrc | |
parent | This is overengineering in retrospect (diff) | |
download | dotfiles-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.
Diffstat (limited to 'vim/gvimrc')
-rw-r--r-- | vim/gvimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |