diff options
author | typebrook <typebrook@gmail.com> | 2020-05-15 11:11:22 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-05-15 11:11:22 +0800 |
commit | b1a7ab65e1cf8fb2797905019b0b9e1a6e113150 (patch) | |
tree | 4bedb8da36dbd5e2863e9cc81b725d7c477fb416 | |
parent | 315baf0b582d03e4c4f1d63ac068315f626e3405 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ bind generic xrB +sh -c "echo -n %(remote):%(branch) | xsel -ib && echo Remote B | |||
33 | bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" | 33 | bind generic xrt +sh -c "echo -n %(tag) | xsel -ib && echo tag Clipped" |
34 | bind generic xf +sh -c "echo -n %(file) | xsel -ib && echo File Clipped" | 34 | bind generic xf +sh -c "echo -n %(file) | xsel -ib && echo File Clipped" |
35 | bind generic xb +sh -c "echo -n %(blob) | head -c7 | xsel -ib && echo Blob Clipped" | 35 | bind generic xb +sh -c "echo -n %(blob) | head -c7 | xsel -ib && echo Blob Clipped" |
36 | bind main xb +sh -c "echo -n %(branch) | xsel -ib && echo Branch Clipped" | ||
36 | bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped" | 37 | bind generic xB +sh -c "echo -n %(blob) | xsel -ib && echo Full Blob Clipped" |
37 | 38 | ||
38 | ## Remote | 39 | ## Remote |