aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-11 11:00:49 +0800
committertypebrook <typebrook@gmail.com>2019-04-11 11:00:49 +0800
commit3da7e0fc625776ea2c06a8593a2dcb766363500e (patch)
treef01a4c79bcf9a5b2b5ba25e25c3a2fd6aca00a0c /tigrc
parent704e44ac63e4d3f06f995c9b3d1dcac47f00ce4e (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c250978..0aeb27e 100644
--- a/tigrc
+++ b/tigrc
@@ -201,7 +201,7 @@ bind tree m >tig %(file)
201 201
202bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" 202bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped"
203bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" 203bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped"
204bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped" 204bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'"
205bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" 205bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped"
206 206
207#==================== 207#====================