chore(nvim): limit scroll mouse

main
sudo pacman -Syu 2023-09-07 16:19:15 +07:00
parent 19ddaeb8ca
commit a4be2155b8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ end
-- Mouse support
vim.opt.mouse = "a"
vim.opt.mousemodel = "extend"
vim.opt.mousescroll = "ver:8,hor:6"
vim.opt.mousescroll = "ver:4,hor:6"
-- Workaround
-- https://github.com/neovim/neovim/issues/16416