Updated Custom Commands Compendium (markdown)

Franco Bugnano 2022-11-01 14:42:02 +01:00
parent 1b264c2050
commit 72138690fe

@ -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'
```