From 9fef1f06d114a049be854848d7057d2cc34ed17f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 13 May 2013 11:28:49 -0400 Subject: [PATCH] set guifont to Consolas on Windows --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 40a8d55..7d56912 100644 --- a/vimrc +++ b/vimrc @@ -57,6 +57,7 @@ if has("win32") || has("win64") set shellcmdflag=--login\ -c let $CHERE_INVOKING=1 endif + set guifont=Consolas:h11:cANSI endif " mappings