diff options
author | typebrook <typebrook@gmail.com> | 2019-04-11 11:00:49 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-11 11:00:49 +0800 |
commit | 3da7e0fc625776ea2c06a8593a2dcb766363500e (patch) | |
tree | f01a4c79bcf9a5b2b5ba25e25c3a2fd6aca00a0c /tigrc | |
parent | 704e44ac63e4d3f06f995c9b3d1dcac47f00ce4e (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ bind tree m >tig %(file) | |||
201 | 201 | ||
202 | bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" | 202 | bind tree xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && echo Blob Clipped" |
203 | bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" | 203 | bind tree xb +sh -c "echo -n %(blob) | xclip -sel c && echo Full Blob Clipped" |
204 | bind tree xt +sh -c "git cat-file -p %(commit) | head -1 | cut -f 2 -d ' ' | xclip -sel c && echo Tree Clipped" | 204 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'" |
205 | bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" | 205 | bind tree xc +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Commit Clipped" |
206 | 206 | ||
207 | #==================== | 207 | #==================== |