vim: Enable mouse in all modes

This commit is contained in:
2021-01-15 12:40:36 +01:00
parent 5c95111b0f
commit 0caa30d6ef

View File

@@ -62,7 +62,7 @@ set list
set listchars=tab:>· set listchars=tab:>·
" Keep current line away from top/bottom borders of the buffer when scrolling " Keep current line away from top/bottom borders of the buffer when scrolling
set scrolloff=15 set scrolloff=15
" Enable mouse in normal and visual mode " Enable mouse
set mouse=nv set mouse=a
" Disable pesky swap file warnings " Disable pesky swap file warnings
set shortmess+=A set shortmess+=A