Merge pull request #221 from bronzehedwick/mousehide

Hide the mouse cursor while typing
This commit is contained in:
Steve Francia 2012-11-16 17:22:15 -08:00
commit 7f63692798

1
.vimrc
View File

@ -71,6 +71,7 @@
filetype plugin indent on " Automatically detect file types.
syntax on " syntax highlighting
set mouse=a " automatically enable mouse usage
set mousehide " hide the mouse cursor while typing
scriptencoding utf-8
" Most prefer to automatically switch to the current file directory when