Configured which-key

This commit is contained in:
2024-09-11 12:23:22 +02:00
parent 71728e9df7
commit 913f8a04fd

View File

@@ -98,6 +98,12 @@ require("lazy").setup({
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
preset = 'helix',
expand = 4,
keys = {
scroll_down = "<c-d>", -- binding to scroll down inside the popup
scroll_up = "<c-u>", -- binding to scroll up inside the popup
},
},
keys = {
{