stop harpoon keybind from conflicting with my tmux prefix
This commit is contained in:
parent
5e6a7a8262
commit
b8d0882881
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ return { 'ThePrimeagen/harpoon',
|
|||
map("n", "<C-h>", function() harpoon:list():select(1) end)
|
||||
map("n", "<C-t>", function() harpoon:list():select(2) 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
|
||||
map("n", "<C-S-P>", function() harpoon:list():prev() end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue