From a8245b678306611957b4641065b3582a37b3b8fb Mon Sep 17 00:00:00 2001 From: Ducky Date: Mon, 12 May 2025 22:22:21 +1000 Subject: [PATCH] Remap harpoon buffer list to stop interference with debugger --- lua/custom/plugins/harpoon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/harpoon.lua b/lua/custom/plugins/harpoon.lua index 2a1a1c4..7a8b732 100644 --- a/lua/custom/plugins/harpoon.lua +++ b/lua/custom/plugins/harpoon.lua @@ -6,7 +6,7 @@ return { local harpoon = require 'harpoon' harpoon:setup() -- Harpoon remaps - vim.keymap.set('n', 'bm', function() + vim.keymap.set('n', 'hm', function() harpoon:list():append() end, { desc = 'Add buffer to Harpoon list' }) vim.keymap.set('n', '', function()