aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-09-05 11:13:12 +0800
committertypebrook <typebrook@gmail.com>2019-09-05 11:13:12 +0800
commitff07e9ea65adf1753479177b9ddcf99559499d75 (patch)
tree77577a9433cc3bfd65f1eb3b07dbd3b47b363011
parent048ca2f630113373ff46a27eb246bcd9ee3c1305 (diff)
update
-rw-r--r--tigrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 981028a..03d914f 100644
--- a/tigrc
+++ b/tigrc
@@ -20,6 +20,9 @@ bind generic <C-R> refresh
20bind generic R :source ~/.tigrc 20bind generic R :source ~/.tigrc
21bind generic <Esc>l screen-redraw 21bind generic <Esc>l screen-redraw
22 22
23# override page content view
24bind generic p none
25
23# clipboard 26# clipboard
24bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!" 27bind generic xx +sh -c "echo -n %(commit) | head -c7 | xsel -ib && echo Commit Clipped!"
25bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!" 28bind generic xc +sh -c "echo -n %(commit) | xsel -ib && echo Full Commit Clipped!"
@@ -276,8 +279,8 @@ bind refs b none
276bind refs bd @git branch -d %(branch) 279bind refs bd @git branch -d %(branch)
277bind refs bD ?git branch -D %(branch) 280bind refs bD ?git branch -D %(branch)
278bind refs pd ?git push %(remote) :%(branch) 281bind refs pd ?git push %(remote) :%(branch)
279bind refs r none
280bind refs brd ?git branch -rd %(remote)/%(branch) 282bind refs brd ?git branch -rd %(remote)/%(branch)
283bind refs r none
281 284
282bind refs <Esc>f ?git fetch --all 285bind refs <Esc>f ?git fetch --all
283bind refs <C-F> ?git fetch %(remote) 286bind refs <C-F> ?git fetch %(remote)