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

update mousescroll

This commit is contained in:
jdhao 2022-10-05 22:35:32 +08:00
parent e6b3be0777
commit 3b39067097

View File

@ -75,6 +75,7 @@ set scrolloff=3
" Use mouse to select and resize windows, etc.
set mouse=nic " Enable mouse in several mode
set mousemodel=popup " Set the behaviour of mouse
set mousescroll=ver:1,hor:6
" Disable showing current mode on command line since statusline plugins can show it.
set noshowmode