aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-24 20:02:30 +0800
committertypebrook <typebrook@gmail.com>2019-12-24 20:02:30 +0800
commit3c308f79ef6ada819e9687dca532afccd025914d (patch)
tree6c08e4dea22fecf1c8e0fdeda34ec42ba5b1aa70 /tigrc
parent2fd80972761f3fd001526799887a6e135f7d108b (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 635c99a..7323e80 100644
--- a/tigrc
+++ b/tigrc
@@ -292,7 +292,8 @@ bind 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 pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) 294bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref)
295bind refs pd ?git push '%(prompt Delete from which remote? )' :%(ref) 295bind refs pd ?git push %(remote) :%(ref)
296bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref)
296 297
297bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 298bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
298bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 299bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"