blob: c27f472b794d8811574304483abb4a9e6c492ac4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[core]
pager = delta
[interactive]
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
|