aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-24 23:55:38 +0800
committertypebrook <typebrook@gmail.com>2019-04-24 23:55:38 +0800
commit6408eec809195c0a5bb234489d8c1321c658b971 (patch)
tree12e2d90f30554ad2f41d4eeeede879f57b36d295 /tigrc
parent6d34d4fbdd4bbe20056b5ed7b352c3efe907b4c2 (diff)
update
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#====================