aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig.delta
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:22:34 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:02:40 +0200
commit157ce51fb80574e38723d0b7a144fc6908f8a433 (patch)
treeb578687dc58f46367e2423c9e568e72a5e6afc66 /dot.gitconfig.delta
parente5257f257d77a8b5374d886066c4d6e3a4c8b0bf (diff)
Git: Use `git-delta` (somewhat) optionally
Diffstat (limited to 'dot.gitconfig.delta')
-rw-r--r--dot.gitconfig.delta12
1 files changed, 12 insertions, 0 deletions
diff --git a/dot.gitconfig.delta b/dot.gitconfig.delta
new file mode 100644
index 0000000..c27f472
--- /dev/null
+++ b/dot.gitconfig.delta
@@ -0,0 +1,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