This commit is contained in:
Christian Nieves
2023-03-28 09:52:58 -05:00
parent cee72d087c
commit 4545a72f7c
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
local map = require("utils").map
vim.g.signify_vcs_cmds = {
hg = 'hg cat %f -r p4base',
}
-- 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)')