From 32e16cbb72239218c9dcd2187d9b8a654e25ee2e Mon Sep 17 00:00:00 2001 From: Liam Beguin Date: Fri, 13 Dec 2019 16:53:37 -0500 Subject: [PATCH] git: update tig config Signed-off-by: Liam Beguin --- tigrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tigrc b/tigrc index 7ad6901..4f909ae 100644 --- a/tigrc +++ b/tigrc @@ -1,5 +1,10 @@ # large repo config set commit-order = default set main-options = -n 1000 +set line-graphics = utf-8 set mailmap = yes #set show-changes = no +set refresh-mode = auto + +bind status + !git commit --amend --verbose +# bind generic 9 !@sh -c "echo foo | xclip -selection c"