Oil + harpoon
This commit is contained in:
parent
30f933032c
commit
76429ff79e
4 changed files with 15 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ return {
|
|||
end)
|
||||
|
||||
-- Toggle previous & next buffers stored within Harpoon list
|
||||
vim.keymap.set('n', '<C-S-P>', function()
|
||||
vim.keymap.set('n', '<C-P>', function()
|
||||
harpoon:list():prev()
|
||||
end)
|
||||
vim.keymap.set('n', '<C-S-N>', function()
|
||||
vim.keymap.set('n', '<C-N>', function()
|
||||
harpoon:list():next()
|
||||
end)
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue