Change next/prev hunk from h to g keybind
This commit is contained in:
parent
ce0dfec2ea
commit
3ecc70e179
1 changed files with 2 additions and 2 deletions
|
|
@ -88,10 +88,10 @@ return {
|
||||||
["<leader>gb"] = {
|
["<leader>gb"] = {
|
||||||
cmd = gitsigns.toggle_current_line_blame
|
cmd = gitsigns.toggle_current_line_blame
|
||||||
},
|
},
|
||||||
["[h"] = {
|
["[g"] = {
|
||||||
cmd = function() gitsigns.nav_hunk("prev") end
|
cmd = function() gitsigns.nav_hunk("prev") end
|
||||||
},
|
},
|
||||||
["]h"] = {
|
["]g"] = {
|
||||||
cmd = function() gitsigns.nav_hunk("next") end
|
cmd = function() gitsigns.nav_hunk("next") end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue