Skip to content

Commit

Permalink
feat: change harpoon bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
glwbr committed Jun 29, 2024
1 parent cead90f commit 5d5fa68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions home/editors/neovim/plugins/harpoon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ _: {
addFile = "<leader>a";
toggleQuickMenu = "<C-e>";
navFile = {
"1" = "<C-h>";
"2" = "<C-t>";
"3" = "<C-n>";
"4" = "<C-s>";
"1" = "<C-1>";
"2" = "<C-2>";
"3" = "<C-3>";
"4" = "<C-4>";
};
};
};
Expand Down

0 comments on commit 5d5fa68

Please sign in to comment.