diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,6 +20,9 @@ bind generic <C-R> refresh | |||
20 | bind generic R :source ~/.tigrc | 20 | bind generic R :source ~/.tigrc |
21 | bind generic <Esc>l screen-redraw | 21 | bind generic <Esc>l screen-redraw |
22 | 22 | ||
23 | # override page content view | ||
24 | bind generic p none | ||
25 | |||
23 | # clipboard | 26 | # clipboard |
24 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" | 27 | bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" |
25 | bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" | 28 | bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" |
@@ -276,8 +279,8 @@ bind refs b none | |||
276 | bind refs bd @git branch -d %(branch) | 279 | bind refs bd @git branch -d %(branch) |
277 | bind refs bD ?git branch -D %(branch) | 280 | bind refs bD ?git branch -D %(branch) |
278 | bind refs pd ?git push %(remote) :%(branch) | 281 | bind refs pd ?git push %(remote) :%(branch) |
279 | bind refs r none | ||
280 | bind refs brd ?git branch -rd %(remote)/%(branch) | 282 | bind refs brd ?git branch -rd %(remote)/%(branch) |
283 | bind refs r none | ||
281 | 284 | ||
282 | bind refs <Esc>f ?git fetch --all | 285 | bind refs <Esc>f ?git fetch --all |
283 | bind refs <C-F> ?git fetch %(remote) | 286 | bind refs <C-F> ?git fetch %(remote) |