jj: use meld for conflict resolution

This commit is contained in:
J. Fernando Sánchez
2026-06-10 23:06:27 +02:00
parent bdf93421b1
commit e90cbb4947

View File

@@ -18,13 +18,14 @@ f = ["git", "fetch"]
p = ["git", "push"]
[ui]
pager = "delta" #":builtin"
diff-formatter=":git"
pager = "delta"
diff-formatter = "delta"
paginate = "auto"
default-command = ["log", "--reversed"]
merge-editor = "meld"
[merge-tools.delta]
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]
diff-args = ["--side-by-side", "$left", "$right", "--width=$width"]
[revset-aliases]
'private_commits()' = "description('[local]')"