different scroll
This commit is contained in:
parent
a694944286
commit
99f5ed48b8
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue