Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Or run:
git config --global core.pager delta
git config --global interactive.diffFilter 'delta --color-only'
git config --global delta.navigate true
git config --global delta.dark true # or delta.light true, or omit for auto-detection
git config --global merge.conflictStyle zdiff3
```

Expand Down
7 changes: 2 additions & 5 deletions manual/src/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@
diffFilter = delta --color-only

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

[merge]
conflictstyle = zdiff3
Expand Down
Loading