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