diff options
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Comm | |||
18 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" | 18 | bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" |
19 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" | 19 | bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" |
20 | bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" | 20 | bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" |
21 | bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped" | ||
21 | 22 | ||
22 | bind generic gr view-grep | 23 | bind generic gr view-grep |
23 | 24 | ||