aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index af72383..7c7403b 100644
--- a/tigrc
+++ b/tigrc
@@ -13,7 +13,6 @@ bind generic <C-L> none
13bind generic <C-L> scroll-right 13bind generic <C-L> scroll-right
14 14
15# toggle/copy commit id 15# toggle/copy commit id
16bind generic o none
17bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" 16bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
18bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c" 17bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c"
19 18
@@ -162,7 +161,7 @@ bind stage <Esc>p :?^diff --(git|cc)
162# tree view 161# tree view
163#==================== 162#====================
164bind tree d ?rm %(file) 163bind tree d ?rm %(file)
165bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" 164bind tree xf !@sh -c "echo -n %(file) | xclip -selection c"
166bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" 165bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c"
167bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c" 166bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c"
168 167