From 2b3d67836c3ce95962f452c1c5e3e026f74d7c02 Mon Sep 17 00:00:00 2001 From: typebrook Date: Fri, 29 Mar 2019 15:56:46 +0800 Subject: update --- tigrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index f40c9e5..921c7cd 100644 --- a/tigrc +++ b/tigrc @@ -14,9 +14,8 @@ bind generic scroll-right # toggle/copy commit id bind generic o none -bind generic x :toggle id -bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" -bind generic 0 !@sh -c "echo -n %(commit) | xclip -selection c" +bind generic xx !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" +bind generic xc !@sh -c "echo -n %(commit) | xclip -selection c" bind generic gr view-grep @@ -162,8 +161,8 @@ bind stage p :?^diff --(git|cc) #==================== bind tree d ?rm %(file) bind tree 3 !@sh -c "echo -n %(file) | xclip -selection c" -bind tree 9 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" -bind tree 0 !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" +bind tree xx !@sh -c "echo -n %(blob) | head -c7 | xclip -selection c" +bind tree xc !@sh -c "echo -n %(blob) | xclip -selection c" #==================== # refs view -- cgit v1.2.3-70-g09d2