aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-15 11:11:22 +0800
committertypebrook <typebrook@gmail.com>2020-05-15 11:11:22 +0800
commitb1a7ab65e1cf8fb2797905019b0b9e1a6e113150 (patch)
tree4bedb8da36dbd5e2863e9cc81b725d7c477fb416
parent315baf0b582d03e4c4f1d63ac068315f626e3405 (diff)
update
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 6925a75..8ee47f3 100644
--- a/tigrc
+++ b/tigrc
@@ -33,6 +33,7 @@ bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote B
33bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" 33bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped"
34bind generic xf +sh -c "echo -n %(file) | xsel -ib && echo File Clipped" 34bind generic xf +sh -c "echo -n %(file) | xsel -ib && echo File Clipped"
35bind generic xb +sh -c "echo -n %(blob) | head -c7 | xsel -ib && echo Blob Clipped" 35bind generic xb +sh -c "echo -n %(blob) | head -c7 | xsel -ib && echo Blob Clipped"
36bind main xb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped"
36bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped" 37bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped"
37 38
38## Remote 39## Remote