]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gvimrc
Use setup.sh instead of Makefile for setup process.
[config/dotfiles.git] / gvimrc
1 " GVim configuration file, mostly used for MacVim.
2
3
4 " Stop the cursor from blinking.
5 set guicursor=a:blinkon0
6
7 " Don't display the toolbar.
8 set guioptions-=T
9
10 " Window size 110x25.
11 set columns=110
12 set lines=25