diff options
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 |