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