X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gvimrc;h=bbf75f4612c3917e0c65cd8d25cf6506868c8668;hb=ce07eb6aef6f148babfe9df43bde9d857c97ea3b;hp=6a85e1c61b4bb85bb6694699cd21a47ecab467a8;hpb=56cade69ee1ba2defc7e81f75860b0c59d41d1a1;p=config%2Fdotfiles.git diff --git a/gvimrc b/gvimrc index 6a85e1c..bbf75f4 100644 --- a/gvimrc +++ b/gvimrc @@ -1,11 +1,18 @@ -" GVim configuration file, mostly used for MacVim. +" GVim configuration file. " 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