This commit is contained in:
2024-08-23 19:04:37 -04:00
parent fb7e7a3f00
commit dc8caa42a5

View File

@@ -21,7 +21,7 @@ return {
-- REQUIRED
vim.keymap.set('n', '<leader>a', function()
harpoon:list():append()
harpoon:list():add()
end, { desc = 'Append to harpoon' })
vim.keymap.set('n', '<C-e>', function()
harpoon.ui:toggle_quick_menu(harpoon:list())