disable mouse
This commit is contained in:
parent
3767b2157d
commit
72eb89ab0a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ inoremap <PageDown> <nop>
|
||||||
vnoremap <PageDown> <nop>
|
vnoremap <PageDown> <nop>
|
||||||
|
|
||||||
" Disable mouse / touchpad (only in vim)
|
" Disable mouse / touchpad (only in vim)
|
||||||
set mouse=nicr
|
set mouse=
|
||||||
inoremap <ScrollWheelUp> <nop>
|
inoremap <ScrollWheelUp> <nop>
|
||||||
inoremap <S-ScrollWheelUp> <nop>
|
inoremap <S-ScrollWheelUp> <nop>
|
||||||
inoremap <C-ScrollWheelUp> <nop>
|
inoremap <C-ScrollWheelUp> <nop>
|
||||||
|
|
Loading…
Reference in a new issue