diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -281,10 +281,6 @@ bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" | |||
281 | bind refs C none | 281 | bind refs C none |
282 | bind refs c @git checkout %(ref) | 282 | bind refs c @git checkout %(ref) |
283 | 283 | ||
284 | bind refs r none | ||
285 | bind refs rd ?git branch -d %(ref) | ||
286 | bind refs rD ?git branch -D %(ref) | ||
287 | bind refs pd ?git push %(remote) :%(ref) | ||
288 | bind refs brd ?git branch -rd %(remote)/%(branch) | 284 | bind refs brd ?git branch -rd %(remote)/%(branch) |
289 | 285 | ||
290 | bind refs <Esc>f ?git fetch --all | 286 | bind refs <Esc>f ?git fetch --all |