Skip to content

Commit f3c6b1e

Browse files
committed
fix gitsigns mapping
1 parent 4a9cbf8 commit f3c6b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/aceforeverd/integration/git.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ function M.gitsigns()
4040

4141
map('n', '[c', function()
4242
if vim.wo.diff then
43-
vim.cmd.normal({ ']c', bang = true })
43+
vim.cmd.normal({ '[c', bang = true })
4444
else
45-
gs.nav_hunk('next')
45+
gs.nav_hunk('prev')
4646
end
4747
end)
4848

0 commit comments

Comments
 (0)