]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added gvimrc file (mostly) for MacVim.
authorSimon Ruderich <simon@ruderich.com>
Tue, 26 Aug 2008 13:29:54 +0000 (15:29 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 26 Aug 2008 13:29:54 +0000 (15:29 +0200)
gvimrc [new file with mode: 0644]

diff --git a/gvimrc b/gvimrc
new file mode 100644 (file)
index 0000000..9c334d5
--- /dev/null
+++ b/gvimrc
@@ -0,0 +1,12 @@
+" GVim configuration file, mostly used for MacVim.
+
+
+" Stop the cursor from blinking.
+set guicursor=a:blinkon0
+
+" Don't display the toolbar.
+set guioptions-=T
+
+" Window size 110x25:
+set columns=110
+set lines=25