1
0

plugins/harpoon: change telescope keybind

This commit is contained in:
Patrick Auernig 2024-09-29 11:06:16 +02:00
parent 025e292d68
commit 11e76be35f

View File

@ -68,7 +68,7 @@ spec.config = function()
harpoon:setup()
keymap("n", "<Leader>fm", function()
keymap("n", "<Leader>fh", function()
toggle_telescope(harpoon)
end, { desc = "Show list of harpoon marks" })