Skip to content

Commit

Permalink
Prevent the mouse in gvim from hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
coondog0630 committed Jan 21, 2012
1 parent 3c641fe commit dfa5a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/vim/.vimrc-linux.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ set wildmode=list:longest,full
" Mouse hotness in console
if has("mouse")
set mouse=a
set nomousehide
endif

" Omni Complete
Expand Down

0 comments on commit dfa5a41

Please sign in to comment.