This commit is contained in:
Christian Nieves
2023-03-20 15:47:17 -05:00
parent fcbb91f25e
commit 5a14fe163c
5 changed files with 78 additions and 13 deletions

View File

@ -1,4 +1,8 @@
local map = require("utils").map
vim.g.signify_vcs_cmds = {
hg = 'hg cat %f -r p4base',
}
map('n', ']d', '<plug>(signify-next-hunk)')
map('n', '[d', '<plug>(signify-prev-hunk)')