diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-27 16:40:55 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-27 16:40:55 +0800 |
| commit | b5f43e5b97937b741c06a8cd4ad33895085eaf31 (patch) | |
| tree | b3583407ca2280493dd42de774e41e299bd485df /tigrc | |
| parent | 1bb42c340c4058f0a3547dd220a9df2a6dbb2f13 (diff) | |
update
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" |