1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00
This commit is contained in:
amix 2016-02-20 13:27:12 +00:00
parent cda6e529bd
commit b69c94e781

View file

@ -102,11 +102,6 @@ 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