We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4a9f4 commit 6c70b4cCopy full SHA for 6c70b4c
manual/src/get-started.md
@@ -10,11 +10,8 @@
10
diffFilter = delta --color-only
11
12
[delta]
13
- navigate = true # use n and N to move between diff sections
14
-
15
- # delta detects terminal colors automatically; set one of these to disable auto-detection
16
- # dark = true
17
- # light = true
+ navigate = true # use n and N to move between diff sections
+ dark = true # or light = true, or omit for auto-detection
18
19
[merge]
20
conflictstyle = zdiff3
0 commit comments