Use delta as pager

This commit is contained in:
Gabriel Augendre 2022-04-19 09:46:51 +02:00
parent d0c995222c
commit 758cc61488
1 changed files with 11 additions and 3 deletions

View File

@ -37,9 +37,9 @@
pushtag = push --follow-tags
[core]
editor = vim
attributesfile = /Users/gaugendre/.gitattributes
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
autocrlf = input
pager = less
pager = delta
[sendemail]
smtpserver = smtp.migadu.com
smtpuser = {{ (bitwarden "item" "Migadu email").login.username }}
@ -47,6 +47,8 @@
smtpserverport = 465
smtppass = {{ (bitwarden "item" "Migadu email").login.password | quote }}
confirm = auto
[diff]
colorMoved = default
[diff "color"]
textconv=pygmentize
[diff "pandoc2md"]
@ -57,6 +59,12 @@
textconv=exiftool
[diff "ziplist"]
textconv=unzip -l
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
[merge]
conflictstyle = diff3
[pull]
rebase = false
[init]
@ -64,4 +72,4 @@
[advice]
detachedHead = false
[includeIf "gitdir:~/Projects/itsf/**"]
path = ~/Projects/itsf/.gitconfig
path = {{ .chezmoi.homeDir }}/Projects/itsf/.gitconfig