Neovim: fix gitsigns keybind
This commit is contained in:
parent
c530a0d099
commit
fa99efa077
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue