disable mouse

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-23 13:41:42 +03:00
parent 3767b2157d
commit 72eb89ab0a
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -80,7 +80,7 @@ inoremap <PageDown> <nop>
vnoremap <PageDown> <nop>
" Disable mouse / touchpad (only in vim)
set mouse=nicr
set mouse=
inoremap <ScrollWheelUp> <nop>
inoremap <S-ScrollWheelUp> <nop>
inoremap <C-ScrollWheelUp> <nop>