aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc13
1 files changed, 6 insertions, 7 deletions
diff --git a/tigrc b/tigrc
index b8b8176..aaa82c6 100644
--- a/tigrc
+++ b/tigrc
@@ -279,18 +279,17 @@ bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig"
279# refs view 279# refs view
280#==================== 280#====================
281bind refs C none 281bind refs C none
282bind refs c @git checkout %(branch) 282bind refs c @git checkout %(ref)
283 283
284bind refs b none
285bind refs bd @git branch -d %(branch)
286bind refs bD ?git branch -D %(branch)
287bind refs pd ?git push %(remote) :%(branch)
288bind refs brd ?git branch -rd %(remote)/%(branch)
289bind refs r none 284bind refs r none
285bind refs rd @git branch -d %(ref)
286bind refs rD ?git branch -D %(ref)
287bind refs pd ?git push %(remote) :%(ref)
288bind refs brd ?git branch -rd %(remote)/%(branch)
290 289
291bind refs <Esc>f ?git fetch --all 290bind refs <Esc>f ?git fetch --all
292bind refs <C-F> ?git fetch %(remote) 291bind refs <C-F> ?git fetch %(remote)
293bind refs F ?git fetch %(remote) %(branch) 292bind refs F ?git fetch %(remote) %(ref)
294 293
295bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 294bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
296bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 295bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"