aboutsummaryrefslogtreecommitdiff
path: root/.tigrc
diff options
context:
space:
mode:
Diffstat (limited to '.tigrc')
-rw-r--r--.tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tigrc b/.tigrc
index 16d0709..814b797 100644
--- a/.tigrc
+++ b/.tigrc
@@ -22,8 +22,8 @@ bind refs M ?git merge %(branch)
bind generic S view-grep
# Use git difftool to view the diff
-bind generic D !git difftool --no-prompt --trust-exit-code %(commit)^!
-bind diff D !git difftool --no-prompt --trust-exit-code %(commit)^! -- %(file)
+bind generic D !git difftool --no-prompt --trust-exit-code %(commit)^-
+bind diff D !git difftool --no-prompt --trust-exit-code %(commit)^- -- %(file)
bind stage D !git difftool --no-prompt --trust-exit-code HEAD -- %(file)
bind stage D !sh -c "git difftool --no-prompt --trust-exit-code `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'"