aboutsummaryrefslogtreecommitdiff
path: root/.tigrc
diff options
context:
space:
mode:
Diffstat (limited to '.tigrc')
-rw-r--r--.tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tigrc b/.tigrc
index a5bed01..c443219 100644
--- a/.tigrc
+++ b/.tigrc
@@ -23,7 +23,7 @@ bind generic S view-grep
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 --tool=vimdiff --trust-exit-code --no-prompt `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'"
+bind stage D !sh -c "git difftool --no-prompt --trust-exit-code `expr '%(status)' : 'Staged changes' >/dev/null && echo --staged` -- '%(file)'"
# Misc
bind generic T !git notes edit %(commit)