fix: rever mouse vert scroll
This commit is contained in:
parent
7f10891dcd
commit
8687a1cf31
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user