diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-29 15:56:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-29 15:56:46 +0800 |
| commit | 2b3d67836c3ce95962f452c1c5e3e026f74d7c02 (patch) | |
| tree | 31b97b3fc245745b3f65b009f09e4967b6aef5ae /tigrc | |
| parent | 5d77c07ce3d9e979871dd3483305f51d2d1eaed6 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 9 |
1 files changed, 4 insertions, 5 deletions
| @@ -14,9 +14,8 @@ bind generic <C-L> scroll-right | |||
| 14 | 14 | ||
| 15 | # toggle/copy commit id | 15 | # toggle/copy commit id |
| 16 | bind generic o none | 16 | bind generic o none |
| 17 | bind generic x :toggle id | 17 | bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" |
| 18 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | 18 | bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c" |
| 19 | bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c" | ||
| 20 | 19 | ||
| 21 | bind generic gr view-grep | 20 | bind generic gr view-grep |
| 22 | 21 | ||
| @@ -162,8 +161,8 @@ bind stage <Esc>p :?^diff --(git|cc) | |||
| 162 | #==================== | 161 | #==================== |
| 163 | bind tree d ?rm %(file) | 162 | bind tree d ?rm %(file) |
| 164 | bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" | 163 | bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" |
| 165 | bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" | 164 | bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" |
| 166 | bind tree 0 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" | 165 | bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c" |
| 167 | 166 | ||
| 168 | #==================== | 167 | #==================== |
| 169 | # refs view | 168 | # refs view |