aboutsummaryrefslogblamecommitdiff
path: root/vim/gvimrc
blob: ccccc20e8968ab90408a2bd7bc60b3214d73cdf0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                    
                   
               


                                                             
 

                     


                                                    
" On Windows, use a nicer font that supports Unicode
if has('win32') || has('win64')
  set guifont=Consolas:h10
endif

" 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=