diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -12,6 +12,7 @@ bind generic <Ctrl-h> scroll-left | |||
| 12 | bind generic <Ctrl-l> scroll-right | 12 | bind generic <Ctrl-l> scroll-right |
| 13 | 13 | ||
| 14 | # toggle/copy commit id | 14 | # toggle/copy commit id |
| 15 | bind generic o none | ||
| 15 | bind generic x :toggle id | 16 | bind generic x :toggle id |
| 16 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | 17 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" |
| 17 | bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c" | 18 | bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c" |