Skip to content

Commit 6c70b4c

Browse files
committed
Update docs to make 3 basic configs match
1 parent cd4a9f4 commit 6c70b4c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

manual/src/get-started.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@
1010
diffFilter = delta --color-only
1111

1212
[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
13+
navigate = true # use n and N to move between diff sections
14+
dark = true # or light = true, or omit for auto-detection
1815

1916
[merge]
2017
conflictstyle = zdiff3

0 commit comments

Comments
 (0)