From bdfa1c6e8d755a9d4fe403db7cbf19f01441e526 Mon Sep 17 00:00:00 2001 From: Ory Band Date: Mon, 24 Mar 2014 00:56:30 +0200 Subject: [PATCH] changed guifont to source code pro light and removed comments in .gvimrc --- .gvimrc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gvimrc b/.gvimrc index 8b559db..12a6b52 100644 --- a/.gvimrc +++ b/.gvimrc @@ -1,6 +1,3 @@ -" Set font. -if has("win32") | set guifont=Consolas:h14 -else | set guifont=Droid\ Sans\ Mono\:h16 | endif - -set guioptions=a " Disables all GUI options (menu, scrollbar, etc.) -set guicursor=a:blinkon0 " disable gVim cursor blinking. +set guifont=Source\ Code\ Pro\ Light:h16 +set guioptions=a +set guicursor=a:blinkon0