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