From ad2714c2b5f089c8ee40eccffc1badc5b8c398e2 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Tue, 7 May 2024 16:24:02 -0500 Subject: [PATCH] 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,