mirror of
1
0
Fork 0
This commit is contained in:
amix 2014-10-31 21:50:23 +00:00
commit c3ba0f3c06
1 changed files with 5 additions and 0 deletions

View File

@ -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