update ca

This commit is contained in:
2025-12-13 14:44:02 +01:00
parent 11a740f183
commit 20e16a721e
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ return {
harpoon:setup()
vim.keymap.set("n", "<C-a>", function()
vim.keymap.set("n", "<leader>a", function()
harpoon:list():add()
end)
vim.keymap.set("n", "<leader>e", function()