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
|
-- Hunk navigation
|
||||||
k("[h", gs.prev_hunk, { desc = "Previous hunk" })
|
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
|
-- Hunk actions
|
||||||
opts = { desc = "Hunk" }
|
opts = { desc = "Hunk" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue