aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 79e60c9..2c6a224 100644
--- a/tigrc
+++ b/tigrc
@@ -12,6 +12,7 @@ bind generic <Ctrl-h> scroll-left
12bind generic <Ctrl-l> scroll-right 12bind generic <Ctrl-l> scroll-right
13 13
14# toggle/copy commit id 14# toggle/copy commit id
15bind generic o none
15bind generic x :toggle id 16bind generic x :toggle id
16bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" 17bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
17bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c" 18bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c"