From 1fee2d6757443455f6ebe537c14236829c3b2d34 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 28 Dec 2011 10:53:11 -0800 Subject: [PATCH] I lost my last gvimrc. It wasn't in git. --- .gvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gvimrc b/.gvimrc index ea9e462..8c1cb52 100644 --- a/.gvimrc +++ b/.gvimrc @@ -1,5 +1,5 @@ if has("gui_macvim") set transp=18 set fuoptions=maxvert,maxhorz - set guifont=Droid\ Sans\ Mono\ Dotted:h12 + nmap :set invfullscreen endif