1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

disable mouse

This commit is contained in:
jdhao 2024-12-20 23:54:09 +01:00
parent 7e706515a8
commit f95d4c09b4

View File

@ -72,7 +72,7 @@ set wildmode=list:longest
set scrolloff=3
" Use mouse to select and resize windows, etc.
set mouse=nic " Enable mouse in several mode
set mouse=
set mousemodel=popup " Set the behaviour of mouse
set mousescroll=ver:1,hor:0