feat: add git shortcut

This commit is contained in:
tsorabel-pc 2024-03-17 16:17:06 +01:00
parent 1e7ee0ec6b
commit 537962d053
2 changed files with 55 additions and 1 deletions

View file

@ -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' })