save
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user