stop harpoon keybind from conflicting with my tmux prefix

This commit is contained in:
2024-12-22 14:03:14 -05:00
parent 5e6a7a8262
commit b8d0882881

View File

@ -23,7 +23,7 @@ return { 'ThePrimeagen/harpoon',
map("n", "<C-h>", function() harpoon:list():select(1) end) map("n", "<C-h>", function() harpoon:list():select(1) end)
map("n", "<C-t>", function() harpoon:list():select(2) end) map("n", "<C-t>", function() harpoon:list():select(2) end)
map("n", "<C-n>", function() harpoon:list():select(3) end) map("n", "<C-n>", function() harpoon:list():select(3) end)
map("n", "<C-s>", function() harpoon:list():select(4) end) map("n", "<C-c>", function() harpoon:list():select(4) end)
-- Toggle previous & next buffers stored within Harpoon list -- Toggle previous & next buffers stored within Harpoon list
map("n", "<C-S-P>", function() harpoon:list():prev() end) map("n", "<C-S-P>", function() harpoon:list():prev() end)