From ad2714c2b5f089c8ee40eccffc1badc5b8c398e2 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 7 May 2024 16:24:02 -0500 Subject: [PATCH 1/2] remove up down smooth --- lua/plugins/smooth_scroll.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/smooth_scroll.lua b/lua/plugins/smooth_scroll.lua index dbe4612..713d821 100644 --- a/lua/plugins/smooth_scroll.lua +++ b/lua/plugins/smooth_scroll.lua @@ -4,8 +4,6 @@ return { event = "VeryLazy", opts = { default_keymaps = true, - extra_keymaps = true, - extended_keymaps = true, max_length = 180, default_delay = 2, hide_cursor = true, From dd1d3dba564adaa1cdfd1d4b29f933a971a2b70e Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 7 May 2024 16:25:07 -0500 Subject: [PATCH 2/2] maek smooth scroll faster --- lua/plugins/smooth_scroll.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/smooth_scroll.lua b/lua/plugins/smooth_scroll.lua index 713d821..aa8523b 100644 --- a/lua/plugins/smooth_scroll.lua +++ b/lua/plugins/smooth_scroll.lua @@ -4,8 +4,8 @@ return { event = "VeryLazy", opts = { default_keymaps = true, - max_length = 180, - default_delay = 2, + max_length = 150, + default_delay = 1, hide_cursor = true, }, config = function(_, opts)