feat: add git shortcut
This commit is contained in:
parent
1e7ee0ec6b
commit
537962d053
2 changed files with 55 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ return {
|
|||
vim.keymap.set({ 'n' }, '<leader>a', function()
|
||||
harpoon:list():append()
|
||||
end, { desc = '[A]ppend File to harpoon' })
|
||||
vim.keymap.set('n', '<leader>h', function()
|
||||
vim.keymap.set('n', '<C-h>', function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end, { desc = '[H]arpoon quick menu' })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue