aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc9
1 files changed, 4 insertions, 5 deletions
diff --git a/tigrc b/tigrc
index f40c9e5..921c7cd 100644
--- a/tigrc
+++ b/tigrc
@@ -14,9 +14,8 @@ bind generic <C-L> scroll-right
14 14
15# toggle/copy commit id 15# toggle/copy commit id
16bind generic o none 16bind generic o none
17bind generic x :toggle id 17bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
18bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" 18bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c"
19bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c"
20 19
21bind generic gr view-grep 20bind generic gr view-grep
22 21
@@ -162,8 +161,8 @@ bind stage <Esc>p :?^diff --(git|cc)
162#==================== 161#====================
163bind tree d ?rm %(file) 162bind tree d ?rm %(file)
164bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" 163bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c"
165bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" 164bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
166bind tree 0 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" 165bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c"
167 166
168#==================== 167#====================
169# refs view 168# refs view