aboutsummaryrefslogtreecommitdiff
path: root/vim/gvimrc
blob: 72063a3dadb1e69364281cfc16eade9dee59dfc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
" Reset GUI options
set guioptions=
set guioptions+=a  " Use the system GUI clipboard
set guioptions+=c  " Use console dialogs, not popup windows
set guioptions+=M  " Don't load menu.vim (also set in .vimrc)

" Don't use the mouse
set mouse=

" Clear 't_vb' again, since starting the GUI sets it
set t_vb=