aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 70d1234..adfc5e6 100644
--- a/tigrc
+++ b/tigrc
@@ -248,6 +248,8 @@ bind status U ?>git reset --hard
248bind status gc @git clean --force 248bind status gc @git clean --force
249bind status Ba @git rebase --abort 249bind status Ba @git rebase --abort
250bind status Bc @git rebase --continue 250bind status Bc @git rebase --continue
251bind status Ma @git merge --abort
252bind status Mc @git merge --continue
251bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\"" 253bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\""
252 254
253# apply patch file 255# apply patch file