aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig.delta
diff options
context:
space:
mode:
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