Merge branch 'master' of https://github.com/amix/vimrc
This commit is contained in:
commit
c3ba0f3c06
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue