aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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