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:
parent
a3c54fe1fc
commit
244608d749
1 changed files with 2 additions and 3 deletions
|
@ -32,12 +32,11 @@
|
|||
date = human
|
||||
|
||||
[delta]
|
||||
navigate = true # use n and N to navigate diff secitons
|
||||
|
||||
commit-decoration-style = "#b58900" bold box ul
|
||||
commit-style = raw
|
||||
dark = true
|
||||
file-decoration-style = "#268bd2" box ul
|
||||
file-decoration-style = "#268bd2" bold box
|
||||
file-modified-label = "modified:"
|
||||
file-style = "#268bd2"
|
||||
hunk-header-style = omit
|
||||
line-numbers = true
|
||||
|
|
Loading…
Add table
Reference in a new issue