From 72138690fea334fcb2ce5f452c9054482cd28b4b Mon Sep 17 00:00:00 2001 From: Franco Bugnano Date: Tue, 1 Nov 2022 14:42:02 +0100 Subject: [PATCH] Updated Custom Commands Compendium (markdown) --- Custom-Commands-Compendium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index fb1dd39..0397f8c 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -11,7 +11,7 @@ Does not work with renamed files though. ```yml customCommands: - key: 'f' - command: "git difftool {{.SelectedLocalCommit.Sha}} -- {{.SelectedCommitFile.Name}}" + command: "git difftool -y {{.SelectedLocalCommit.Sha}} -- {{.SelectedCommitFile.Name}}" context: 'commitFiles' description: 'Compare (difftool) with local copy' ```