mirror of https://github.com/mitchell/dotfiles.git
Change git pager command to delta
This commit is contained in:
parent
50c0585b03
commit
084270f821
25
.gitconfig
25
.gitconfig
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
pager = delta
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -35,20 +36,14 @@
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
||||||
[color "diff"]
|
[interactive]
|
||||||
meta = yellow bold
|
diffFilter = delta --color-only
|
||||||
commit = green bold
|
|
||||||
frag = magenta bold
|
|
||||||
old = red bold
|
|
||||||
new = green bold
|
|
||||||
whitespace = red reverse
|
|
||||||
|
|
||||||
[color "diff-highlight"]
|
[delta]
|
||||||
oldNormal = "red bold"
|
features = side-by-side line-numbers decorations
|
||||||
oldHighlight = "red bold 52"
|
whitespace-error-style = 22 reverse
|
||||||
newNormal = "green bold"
|
|
||||||
newHighlight = "green bold 22"
|
|
||||||
|
|
||||||
[merge]
|
|
||||||
tool = kdiff3
|
|
||||||
|
|
||||||
|
[delta "decorations"]
|
||||||
|
commit-decoration-style = bold yellow box ul
|
||||||
|
file-style = bold yellow ul
|
||||||
|
file-decoration-style = none
|
||||||
|
|
Loading…
Reference in New Issue