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

1 Commits

Author SHA1 Message Date
jdhao
f95d4c09b4 disable mouse 2024-12-21 00:03:38 +01:00

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