fix: rever mouse vert scroll

This commit is contained in:
Tomas Mirchev 2025-10-26 15:33:01 +02:00
parent 7f10891dcd
commit 8687a1cf31

View File

@ -68,7 +68,7 @@ vim.opt.smartindent = true -- Automatically inserts indents in code blocks (for
-- Scroll and mouse
vim.opt.scrolloff = 10
vim.opt.sidescrolloff = 5
vim.opt.mousescroll = 'hor:1,ver:5'
vim.opt.mousescroll = 'hor:1,ver:1'
vim.opt.mouse = 'a' -- Enable mouse support
-- Search