diff --git a/.config/nvim/lua/plugins/extras/ui/scrollbar.lua b/.config/nvim/lua/plugins/extras/ui/scrollbar.lua index 4559f58d..a1e321e3 100644 --- a/.config/nvim/lua/plugins/extras/ui/scrollbar.lua +++ b/.config/nvim/lua/plugins/extras/ui/scrollbar.lua @@ -12,7 +12,7 @@ else return { "dstein64/nvim-scrollview", event = "LazyFile", - keys = { { "uS", "ScrollViewToggle", desc = "Toggle Scrollview" } }, + keys = { { "uV", "ScrollViewToggle", desc = "Toggle Scrollview" } }, config = function() require("scrollview").setup({ excluded_filetypes = excluded_filetypes,