change harpoon quick menu shortcut and add windows focus shortcut

This commit is contained in:
Miguel Da Silva 2024-09-13 21:57:10 +02:00
parent 53d2e40c07
commit 6f139d280b
2 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,7 @@ return {
map('n', '<leader>a', function()
harpoon:list():add()
end)
map('n', '<C-h>', function()
map('n', '<C-a>', function()
harpoon.ui:toggle_quick_menu(harpoon:list())
end)