install and setup harpoon

This commit is contained in:
♥ Minnie ♥ 2025-06-24 20:51:02 +08:00
parent 4a6499f52c
commit df5f771f07
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
3 changed files with 113 additions and 20 deletions

View file

@ -63,25 +63,5 @@
desc = "View Blame";
};
}
{
mode = ["n"];
key = "[h";
action = "<cmd>Gitsigns prev_hunk<cr>";
options = {
silent = true;
desc = "Goto Previous Hunk";
};
}
{
mode = ["n"];
key = "]h";
action = "<cmd>Gitsigns next_hunk<cr>";
options = {
silent = true;
desc = "Goto Next Hunk";
};
}
];
}