Neovim: fix gitsigns keybind

This commit is contained in:
Marko Korhonen 2024-07-23 14:40:45 +03:00
parent c530a0d099
commit fa99efa077

View file

@ -21,7 +21,7 @@ return {
-- Hunk navigation
k("[h", gs.prev_hunk, { desc = "Previous hunk" })
k("[h", gs.next_hunk, { desc = "Next hunk" })
k("]h", gs.next_hunk, { desc = "Next hunk" })
-- Hunk actions
opts = { desc = "Hunk" }