]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gvimrc
vimrc: Minor documentation update.
[config/dotfiles.git] / gvimrc
diff --git a/gvimrc b/gvimrc
index 3d60616334c032c4dcda87d2bf60d0eb18f8fdb1..bbf75f4612c3917e0c65cd8d25cf6506868c8668 100644 (file)
--- 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