git: add modified label to delta output

This way I can search for /^modified just like /^added or /^removed and
so on.
This commit is contained in:
Fernando Schauenburg 2023-07-13 11:53:05 +02:00
parent a3c54fe1fc
commit 244608d749

View file

@ -32,12 +32,11 @@
date = human date = human
[delta] [delta]
navigate = true # use n and N to navigate diff secitons
commit-decoration-style = "#b58900" bold box ul commit-decoration-style = "#b58900" bold box ul
commit-style = raw commit-style = raw
dark = true dark = true
file-decoration-style = "#268bd2" box ul file-decoration-style = "#268bd2" bold box
file-modified-label = "modified:"
file-style = "#268bd2" file-style = "#268bd2"
hunk-header-style = omit hunk-header-style = omit
line-numbers = true line-numbers = true