diff options
-rw-r--r-- | tigrc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -57,7 +57,7 @@ bind main G none | |||
57 | bind main G move-last-line | 57 | bind main G move-last-line |
58 | bind main ` :toggle commit-title-graph | 58 | bind main ` :toggle commit-title-graph |
59 | bind main F none | 59 | bind main F none |
60 | bind main <C-F> :toggle commit-title-refs | 60 | bind main <C-T> :toggle commit-title-refs |
61 | 61 | ||
62 | # edit tigrc | 62 | # edit tigrc |
63 | bind main e >sh -c "vim ~/.tigrc" | 63 | bind main e >sh -c "vim ~/.tigrc" |
@@ -111,7 +111,8 @@ bind main pd ?git push %(remote) :%(branch) | |||
111 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' | 111 | bind main pD ?git push '%(prompt Which remote? )' :'%(prompt Which branch? )' |
112 | 112 | ||
113 | # fetch | 113 | # fetch |
114 | bind main F ?git fetch %(remote) # Go to Fetch | 114 | bind main F ?git fetch %(remote) %(branch) # Go to Fetch |
115 | bind main <C-F> ?git fetch %(remote) | ||
115 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote | 116 | bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote |
116 | bind main pu ?git pull | 117 | bind main pu ?git pull |
117 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) | 118 | bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) |
@@ -255,8 +256,8 @@ bind refs r none | |||
255 | bind refs brd ?git branch -rd %(remote)/%(branch) | 256 | bind refs brd ?git branch -rd %(remote)/%(branch) |
256 | 257 | ||
257 | bind refs U ?git fetch --all | 258 | bind refs U ?git fetch --all |
258 | bind refs F ?git fetch %(remote) | 259 | bind refs <C-F> ?git fetch %(remote) |
259 | bind refs <C-F> ?git fetch %(remote) %(branch) | 260 | bind refs F ?git fetch %(remote) %(branch) |
260 | 261 | ||
261 | bind refs . >sh -c "git diff %(branch) | tig" | 262 | bind refs . >sh -c "git diff %(branch) | tig" |
262 | bind refs > >sh -c "git diff %(branch) --prefix -U1000 | tig" | 263 | bind refs > >sh -c "git diff %(branch) --prefix -U1000 | tig" |