diff options
-rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,7 @@ bind main pF ?git push -f | |||
99 | bind main pP ?git push -u %(remote) %(branch):%(branch) | 99 | bind main pP ?git push -u %(remote) %(branch):%(branch) |
100 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) | 100 | bind main pr ?git push -u '%(prompt Which remote? )' %(branch):%(branch) |
101 | bind main pd ?git push %(remote) :%(branch) | 101 | bind main pd ?git push %(remote) :%(branch) |
102 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | ||
102 | 103 | ||
103 | # fetch | 104 | # fetch |
104 | bind main gf ?git fetch %(remote) | 105 | bind main gf ?git fetch %(remote) |
@@ -256,6 +257,8 @@ bind diff <C-K> :?^@@ | |||
256 | bind diff <Esc>j :/^diff --(git|cc) | 257 | bind diff <Esc>j :/^diff --(git|cc) |
257 | bind diff <Esc>k :?^diff --(git|cc) | 258 | bind diff <Esc>k :?^diff --(git|cc) |
258 | 259 | ||
260 | bind diff u @git checkout %(commit)^ %(file) | ||
261 | |||
259 | #==================== | 262 | #==================== |
260 | # help view | 263 | # help view |
261 | #==================== | 264 | #==================== |