summaryrefslogtreecommitdiff
path: root/manual/src/get-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/get-started.md')
-rw-r--r--manual/src/get-started.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/src/get-started.md b/manual/src/get-started.md
index fdbaf2e..2153b0d 100644
--- a/manual/src/get-started.md
+++ b/manual/src/get-started.md
@@ -10,12 +10,12 @@
diffFilter = delta --color-only
[delta]
- navigate = true
+ navigate = true # use n and N to move between diff sections
+
+ # delta detects terminal colors automatically; set one of these to disable auto-detection
+ # dark = true
+ # light = true
[merge]
conflictstyle = diff3
-
-[diff]
- colorMoved = default
-
```