Update jj.md

old setting was deprecated. this setting worked for me
pull/848/head
Abdul-Rahman Sibahi 2025-06-17 08:51:04 +07:00 committed by GitHub
parent 5db8937262
commit c0c33517e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@ file](https://jj-vcs.github.io/jj/v0.26.0/config/#user-config-file).
```toml
[ui]
diff.tool = ["difft", "--color=always", "$left", "$right"]
diff-formatter = ["difft", "--color=always", "$left", "$right"]
```