diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-11 10:07:22 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-11 10:07:22 +0800 |
| commit | 4a45be12d1719768b9b2b7da0ebbab4f64e02ef5 (patch) | |
| tree | 12dc57700c935ee92cd81118b1aba1036b9b813a | |
| parent | 198e7de48e94a2d776c29b4adee7387d1a2150d5 (diff) | |
update
| -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 | ||