Disable mouse cursor hide

master
Dustin 2016-02-07 18:30:01 -06:00
parent bdda828e4b
commit afc637bde6
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ set nobackup
" Disable extraneous GUI options like scrollbars and toolbars " Disable extraneous GUI options like scrollbars and toolbars
set guioptions=aegim set guioptions=aegim
" Disable hiding the mouse cursor
set nomousehide
if has('gui_running') if has('gui_running')
" For the GUI, use a lower contrast theme from " For the GUI, use a lower contrast theme from
" http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/ " http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/