Skip to content

Commit

Permalink
Merge pull request amix#91 from thehodapp/master
Browse files Browse the repository at this point in the history
Add support for mouse if it is available
  • Loading branch information
Amir Salihefendic committed Oct 18, 2014
2 parents fe77d23 + 7267320 commit f57d81b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ set hid
set backspace=eol,start,indent
set whichwrap+=<,>,h,l

" In many terminal emulators the mouse works just fine, thus enable it.
if has('mouse')
set mouse=a
endif

" Ignore case when searching
set ignorecase

Expand Down

0 comments on commit f57d81b

Please sign in to comment.