fix(git): switch ]c and [c

This commit is contained in:
2024-12-18 14:34:19 +01:00
parent 5e34dbdf21
commit 250d6bfb41

View File

@@ -38,12 +38,12 @@ return {
desc = "Toggle current line blame",
},
{
"[c",
"]c",
":Gitsigns next_hunk<CR>",
desc = "Jump to next hunk",
},
{
"]c",
"[c",
":Gitsigns prev_hunk<CR>",
desc = "Jump to previous hunk",
},