different scroll

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-20 19:49:18 -05:00
parent a694944286
commit 99f5ed48b8

View file

@ -6,10 +6,10 @@ return {
keymaps = { basic = true }, keymaps = { basic = true },
mode = "cursor", mode = "cursor",
step_size = { step_size = {
vertical = 3, vertical = 9,
horizontal = 4, horizontal = 16,
}, },
delay = 2, delay = 1,
}, },
config = function(_, opts) config = function(_, opts)
local cinnamon = require("cinnamon") local cinnamon = require("cinnamon")