diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -208,6 +208,9 @@ bind tree d ?rm %(file) | |||
| 208 | bind tree m >tig %(file) | 208 | bind tree m >tig %(file) |
| 209 | 209 | ||
| 210 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'" | 210 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'" |
| 211 | |||
| 212 | bind tree . >sh -c "git diff %(ref) -- %(file) | tig" | ||
| 213 | bind tree > >sh -c "git diff %(ref) --no-prefix -U1000i -- %(file) | tig" | ||
| 211 | #==================== | 214 | #==================== |
| 212 | # refs view | 215 | # refs view |
| 213 | #==================== | 216 | #==================== |