home: vim: disable mouse integration
This commit is contained in:
parent
2a7e6197f5
commit
3122db6536
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue