home: vim: disable mouse integration
This commit is contained in:
parent
2a7e6197f5
commit
3122db6536
1 changed files with 3 additions and 0 deletions
|
|
@ -75,6 +75,9 @@ set timeoutlen=500
|
||||||
" Timeout quickly for CursorHold events (and also swap file)
|
" Timeout quickly for CursorHold events (and also swap file)
|
||||||
set updatetime=250
|
set updatetime=250
|
||||||
|
|
||||||
|
" Disable all mouse integrations
|
||||||
|
set mouse=
|
||||||
|
|
||||||
" Set dark mode by default
|
" Set dark mode by default
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue