From b456da1a6ffde99c64d9f944169674eba235fe61 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 21:08:09 +1300 Subject: Remove font settings I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish. --- vim/gvimrc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vim/gvimrc') diff --git a/vim/gvimrc b/vim/gvimrc index 33301da8..52ccf192 100644 --- a/vim/gvimrc +++ b/vim/gvimrc @@ -1,10 +1,3 @@ -" Ubuntu Mono on Unix, Consolas on Windows -if has('unix') - set guifont=Ubuntu\ Mono\ 12 -elseif has('win32') || has('win64') - set guifont=Consolas:h11,Courier\ New:h11 -endif - " Reset GUI options set guioptions= set guioptions+=a " Use the system GUI clipboard -- cgit v1.2.3