aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-11 10:07:22 +0800
committertypebrook <typebrook@gmail.com>2019-04-11 10:07:22 +0800
commit4a45be12d1719768b9b2b7da0ebbab4f64e02ef5 (patch)
tree12dc57700c935ee92cd81118b1aba1036b9b813a
parent198e7de48e94a2d776c29b4adee7387d1a2150d5 (diff)
update
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 47ce869..1ffad52 100644
--- a/tigrc
+++ b/tigrc
@@ -18,6 +18,7 @@ bind generic xx +sh -c "echo -n %(commit) | head -c7 | xclip -sel c && echo Comm
18bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!" 18bind generic xc +sh -c "echo -n %(commit) | xclip -sel c && echo Full Commit Clipped!"
19bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!" 19bind generic xb +sh -c "echo -n %(branch) | xclip -sel c && echo Branch Clipped!"
20bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped" 20bind generic xf +sh -c "echo -n %(file) | xclip -sel c && echo File Clipped"
21bind generic xt +sh -c "echo -n %(tag) | xclip -sel c && echo tag Clipped"
21 22
22bind generic gr view-grep 23bind generic gr view-grep
23 24