aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-31 15:23:31 +0800
committertypebrook <typebrook@gmail.com>2019-05-31 15:23:31 +0800
commitd86113ad1be55784fdd7ef3905be6259e328e562 (patch)
tree6c5760374715ec7a7534c11c2ce2052abc1803dc /tigrc
parent3dcc891f4c3f68c3ce39cdf013bc4f011bf48a76 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 40272c0..dd7ebe4 100644
--- a/tigrc
+++ b/tigrc
@@ -23,6 +23,7 @@ bind generic R :source ~/.tigrc
23# clipboard 23# clipboard
24bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!" 24bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped!"
25bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" 25bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!"
26bind generic xt +sh -c "echo -n %(text) | xclip -sel c && echo Text Clipped!"
26bind generic xrb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" 27bind generic xrb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!"
27bind generic xrB +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!" 28bind generic xrB +sh -c "echo -n %(remote):%(branch) | xclip -sel c && echo Remote Branch Clipped!"
28bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" 29bind generic xrt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped"
@@ -118,7 +119,7 @@ bind main F ?git fetch %(remote) %(branch) # Go to Fetch
118bind main <C-F> ?git fetch %(remote) 119bind main <C-F> ?git fetch %(remote)
119bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote 120bind main gf ?git fetch '%(prompt Which remote? )' # Go to Fetch a specific remote
120bind main pu ?git pull 121bind main pu ?git pull
121bind main pU ?git pull '%(prompt Which remote? )' %(branch):%(branch) 122bind main pU ?git pull --rebase
122 123
123# reset/rebase/revert 124# reset/rebase/revert
124bind main uu ?git reset %(commit) 125bind main uu ?git reset %(commit)