aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-29 23:36:46 +0800
committertypebrook <typebrook@gmail.com>2019-03-29 23:36:46 +0800
commitf1a44ae89cead1ec78f70d0bde724a7ccc1615c6 (patch)
treef8b798a70d2db54997fac5bb179d299b42030898 /tigrc
parent3e9e7a6b0d374403dcf1b0ceea5b46ca92cb51c8 (diff)
update
Diffstat (limited to 'tigrc')
-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