From: Simon Ruderich Date: Mon, 31 Oct 2011 20:28:41 +0000 (+0100) Subject: gvimrc: Don't display menu and toolbars. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=97795ba58c0428e329d2df3b82f82f307cfe4735;p=config%2Fdotfiles.git gvimrc: Don't display menu and toolbars. --- diff --git a/gvimrc b/gvimrc index 3d60616..bbf75f4 100644 --- a/gvimrc +++ b/gvimrc @@ -4,8 +4,15 @@ " Stop the cursor from blinking. set guicursor+=a:blinkon0 +" Don't display the menu. +set guioptions-=m " Don't display the toolbar. set guioptions-=T +" Don't display any scrollbars, they just waste space. +set guioptions-=r +set guioptions-=R +set guioptions-=l +set guioptions-=L " Increase window size to 110x25. set columns=110