aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-18 10:48:30 +0800
committertypebrook <typebrook@gmail.com>2019-04-18 10:48:30 +0800
commit8b2aa66c644e7bf1e2bc129b84da4603f52cae1f (patch)
tree022974192c4785dd24a20ca9f0b1097088546930 /tigrc
parent1b5b5344a615c7779a2833fb062dac8f33cee397 (diff)
update
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#====================