From b89bc39fd280342b9420b9cd3ebc20dcf8f505ef Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 14 May 2025 15:55:33 -0700 Subject: [PATCH] git: Use mnemonic prefixes for diffs --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 3113ada..cf2b10d 100644 --- a/git/config +++ b/git/config @@ -25,6 +25,7 @@ navigate = true [diff] algorithm = histogram colorMoved = dimmed-zebra +mnemonicPrefix = true wsErrorHighlight = all # https://gist.github.com/tekin/12500956bd56784728e490d8cef9cb81#gistcomment-3500150