]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gvimrc
vimrc: Allow running as root.
[config/dotfiles.git] / gvimrc
diff --git a/gvimrc b/gvimrc
index e716396451436832402ef32f281553479c27efa7..bbf75f4612c3917e0c65cd8d25cf6506868c8668 100644 (file)
--- a/gvimrc
+++ b/gvimrc
@@ -1,12 +1,19 @@
-" GVim configuration file, mostly used for MacVim.
+" GVim configuration file.
 
 
 " Stop the cursor from blinking.
-set guicursor=a:blinkon0
+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
 
-" Window size 110x25.
+" Increase window size to 110x25.
 set columns=110
 set lines=25