diff options
author | typebrook <typebrook@gmail.com> | 2019-10-15 10:17:23 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-15 10:17:23 +0800 |
commit | 5fe8e92e4aa0cc799a8a22c4a14836a02703cfde (patch) | |
tree | 75e65f053efc73f0570ae542be093fabf3ae2471 /tigrc | |
parent | cd49acb301200aff338b8bd05018ef8af19f552a (diff) |
update
Diffstat (limited to 'tigrc')
-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" |