mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-14 00:24:36 +00:00
docs/config.toml: update the default diff editor
It's been changed to `:builtin` some time ago.
This commit is contained in:
parent
1bfe5b5b56
commit
b6eb00d5ff
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ ui.color = "auto" # the default
|
|||
ui.editor = "pico" # the default on Unix
|
||||
# ui.editor = "vim"
|
||||
|
||||
ui.diff-editor = "meld" # default, requires meld to be installed
|
||||
ui.diff-editor = ":builtin" # default, internal TUI tool
|
||||
# ui.diff-editor = "meld"
|
||||
# ui.diff-editor = "vimdiff"
|
||||
|
||||
ui.merge-editor = "meld" # default
|
||||
|
|
Loading…
Reference in a new issue