Skip to content

Commit

Permalink
feat(laptop-framework): add harpoon
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Oct 15, 2023
1 parent 8b51555 commit ed5e874
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
harpoon.keymaps = {
addFile = "<leader>a";
toggleQuickMenu = "<leader>s";
navFile = {
"1" = "<C-j>";
"2" = "<C-k>";
"3" = "<C-l>";
"4" = "<C-m>";
};
};
gitsigns = {};
lualine = {};
Expand Down

0 comments on commit ed5e874

Please sign in to comment.