We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5416310 commit 29e0392Copy full SHA for 29e0392
README.md
@@ -69,7 +69,7 @@ return {
69
-- Optional post-movement callback
70
callback = function() end,
71
-- Delay between each movement step (in ms)
72
- delay = 7,
+ delay = 5,
73
max_delta = {
74
-- Maximum distance for line movements before smooth
75
-- scrolling is skipped. Set to `false` to disable
lua/cinnamon/config.lua
@@ -11,7 +11,7 @@ local defaults = {
11
---@class ScrollOptions
12
options = {
13
callback = nil, ---@type function?
14
- delay = 7, ---@type number
+ delay = 5, ---@type number
15
16
line = false, ---@type number | false
17
column = false, ---@type number | false
0 commit comments