From afc637bde695b4fee3bf87a60e6a6276c0ff9ca2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Feb 2016 18:30:01 -0600 Subject: [PATCH] Disable mouse cursor hide --- plugin/00-dustin.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 9347be2..5a5ea35 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -19,6 +19,9 @@ set nobackup " Disable extraneous GUI options like scrollbars and toolbars set guioptions=aegim +" Disable hiding the mouse cursor +set nomousehide + if has('gui_running') " For the GUI, use a lower contrast theme from " http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/