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