squash! Use delta as git diff pager
This commit is contained in:
parent
36a17aacab
commit
fa1dae003f
|
@ -24,10 +24,6 @@
|
||||||
useBuiltin = false # required for git 2.37.0
|
useBuiltin = false # required for git 2.37.0
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
# GITIGNORE START
|
|
||||||
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
|
|
||||||
syntax-theme = Nord
|
|
||||||
# GITIGNORE END
|
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
[diff]
|
[diff]
|
||||||
|
|
|
@ -993,3 +993,5 @@ map kitty_mod+delete clear_terminal reset active
|
||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue