docs/config.toml: update the default diff editor

It's been changed to `:builtin` some time ago.
This commit is contained in:
Ilya Grigoriev 2023-10-25 12:28:05 -07:00
parent 1bfe5b5b56
commit b6eb00d5ff

View file

@ -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