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