fix(git): switch ]c and [c
This commit is contained in:
@@ -38,12 +38,12 @@ return {
|
|||||||
desc = "Toggle current line blame",
|
desc = "Toggle current line blame",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"[c",
|
"]c",
|
||||||
":Gitsigns next_hunk<CR>",
|
":Gitsigns next_hunk<CR>",
|
||||||
desc = "Jump to next hunk",
|
desc = "Jump to next hunk",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"]c",
|
"[c",
|
||||||
":Gitsigns prev_hunk<CR>",
|
":Gitsigns prev_hunk<CR>",
|
||||||
desc = "Jump to previous hunk",
|
desc = "Jump to previous hunk",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user