home: vim: disable mouse integration

This commit is contained in:
Bruno BELANYI 2023-02-26 13:19:41 +00:00
parent 2a7e6197f5
commit 3122db6536

View file

@ -75,6 +75,9 @@ set timeoutlen=500
" Timeout quickly for CursorHold events (and also swap file)
set updatetime=250
" Disable all mouse integrations
set mouse=
" Set dark mode by default
set background=dark