diff --git a/lua/custom/plugins/harpoon.lua b/lua/custom/plugins/harpoon.lua index 4f1c337..fa6d2f4 100644 --- a/lua/custom/plugins/harpoon.lua +++ b/lua/custom/plugins/harpoon.lua @@ -42,10 +42,10 @@ return { harpoon:list():remove() end, { desc = '[H]arpoon [R]emove' }) -- Toggle previous & next buffers stored within Harpoon list - vim.keymap.set('n', '', function() + vim.keymap.set('n', '', function() harpoon:list():prev() end) - vim.keymap.set('n', '', function() + vim.keymap.set('n', '', function() harpoon:list():next() end) end,