diff options
Diffstat (limited to 'tigrc')
-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 |