Neovim: fix gitsigns keybind

This commit is contained in:
Marko Korhonen 2024-07-23 14:40:45 +03:00
parent a57a9f10e9
commit 31c70a3235
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

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" }