aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-23 09:50:02 +0800
committertypebrook <typebrook@gmail.com>2020-03-23 09:50:02 +0800
commit76ec5b54cf5eea12900a61f925c035e17dbec152 (patch)
tree1c986104b46236f6791643b6b27aa442a2a06487
parentfae608e2f4ae03236c0289f6f41ef09abca97eb7 (diff)
update
-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