1
0
Fork 0
mirror of synced 2024-11-17 06:25:35 -05:00
This commit is contained in:
amix 2014-10-31 21:50:23 +00:00
commit c3ba0f3c06

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