diff options
| -rw-r--r-- | tigrc | 13 |
1 files changed, 6 insertions, 7 deletions
| @@ -279,18 +279,17 @@ bind tree . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" | |||
| 279 | # refs view | 279 | # refs view |
| 280 | #==================== | 280 | #==================== |
| 281 | bind refs C none | 281 | bind refs C none |
| 282 | bind refs c @git checkout %(branch) | 282 | bind refs c @git checkout %(ref) |
| 283 | 283 | ||
| 284 | bind refs b none | ||
| 285 | bind refs bd @git branch -d %(branch) | ||
| 286 | bind refs bD ?git branch -D %(branch) | ||
| 287 | bind refs pd ?git push %(remote) :%(branch) | ||
| 288 | bind refs brd ?git branch -rd %(remote)/%(branch) | ||
| 289 | bind refs r none | 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) | ||
| 290 | 289 | ||
| 291 | bind refs <Esc>f ?git fetch --all | 290 | bind refs <Esc>f ?git fetch --all |
| 292 | bind refs <C-F> ?git fetch %(remote) | 291 | bind refs <C-F> ?git fetch %(remote) |
| 293 | bind refs F ?git fetch %(remote) %(branch) | 292 | bind refs F ?git fetch %(remote) %(ref) |
| 294 | 293 | ||
| 295 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" | 294 | bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" |
| 296 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" | 295 | bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" |