Remove harpoon collision with ca

This commit is contained in:
2025-12-11 17:47:45 +01:00
parent 53a821411f
commit 11a740f183
2 changed files with 3 additions and 3 deletions

View File

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