diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-29 23:36:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-29 23:36:46 +0800 |
| commit | f1a44ae89cead1ec78f70d0bde724a7ccc1615c6 (patch) | |
| tree | f8b798a70d2db54997fac5bb179d299b42030898 /tigrc | |
| parent | 3e9e7a6b0d374403dcf1b0ceea5b46ca92cb51c8 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -13,7 +13,6 @@ bind generic <C-L> none | |||
| 13 | bind generic <C-L> scroll-right | 13 | bind generic <C-L> scroll-right |
| 14 | 14 | ||
| 15 | # toggle/copy commit id | 15 | # toggle/copy commit id |
| 16 | bind generic o none | ||
| 17 | bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | 16 | bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" |
| 18 | bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c" | 17 | bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c" |
| 19 | 18 | ||
| @@ -162,7 +161,7 @@ bind stage <Esc>p :?^diff --(git|cc) | |||
| 162 | # tree view | 161 | # tree view |
| 163 | #==================== | 162 | #==================== |
| 164 | bind tree d ?rm %(file) | 163 | bind tree d ?rm %(file) |
| 165 | bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" | 164 | bind tree xf !@sh -c "echo -n %(file) | xclip -selection c" |
| 166 | bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" | 165 | bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" |
| 167 | bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c" | 166 | bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c" |
| 168 | 167 | ||