]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gvimrc
gvimrc: Append to 'guicursor' instead of overwriting it.
[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 " Increase window size to 110x25.
11 set columns=110
12 set lines=25