]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - gvimrc
bbf75f4612c3917e0c65cd8d25cf6506868c8668
[config/dotfiles.git] / gvimrc
1 " GVim configuration file.
2
3
4 " Stop the cursor from blinking.
5 set guicursor+=a:blinkon0
6
7 " Don't display the menu.
8 set guioptions-=m
9 " Don't display the toolbar.
10 set guioptions-=T
11 " Don't display any scrollbars, they just waste space.
12 set guioptions-=r
13 set guioptions-=R
14 set guioptions-=l
15 set guioptions-=L
16
17 " Increase window size to 110x25.
18 set columns=110
19 set lines=25