From 244608d7493c0693dedac0b35c6816c8ac652ee3 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 13 Jul 2023 11:53:05 +0200 Subject: [PATCH] git: add modified label to delta output This way I can search for /^modified just like /^added or /^removed and so on. --- config/git/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/git/config b/config/git/config index 40a7bbc..9da2b2b 100644 --- a/config/git/config +++ b/config/git/config @@ -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