Skip to content

Commit

Permalink
changed guifont to source code pro light and removed comments in .gvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
oryband committed Mar 23, 2014
1 parent f9cca4a commit bdfa1c6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gvimrc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bdfa1c6

Please sign in to comment.