aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-04 15:03:40 +0800
committertypebrook <typebrook@gmail.com>2019-12-05 09:33:11 +0800
commit4434682a1e19f15461ea9e407bd15aaa589211a9 (patch)
tree224e6449c8fade8f8d6b321ab1c16cfcca688489 /tigrc
parentfd1bcfb0001db60a8a22abd1a1304e384b063d6b (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 9c79f69..4e34004 100644
--- a/tigrc
+++ b/tigrc
@@ -291,6 +291,7 @@ bind refs brd ?git branch -rd %(remote)/%(branch)
291bind refs <Esc>f ?git fetch --all 291bind refs <Esc>f ?git fetch --all
292bind refs <C-F> ?git fetch %(remote) 292bind refs <C-F> ?git fetch %(remote)
293bind refs F ?git fetch %(remote) %(ref) 293bind refs F ?git fetch %(remote) %(ref)
294bind refs pd ?git push %(remote) :%(ref)
294 295
295bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 296bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
296bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 297bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"