aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-02-21 10:47:05 +0800
committertypebrook <typebrook@gmail.com>2019-02-21 10:47:05 +0800
commitd48fc63b3b86925314bd3285dec4ded8969a7eb8 (patch)
tree6dcb24f61294210c5829e162a882af18d6260926
parent65c0860740321ba502e8d8d39f7c10558e1a0586 (diff)
update
-rw-r--r--tigrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 328d8a1..04260cd 100644
--- a/tigrc
+++ b/tigrc
@@ -3,12 +3,20 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
3 3
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind main T !?git show %(tag) 5bind main T !?git show %(tag)
6
6set main-view = \ 7set main-view = \
7 date:default \ 8 date:default \
8 author:abbreviated \ 9 author:abbreviated \
9 id \ 10 id \
10 commit-title:graph=v2,refs=true 11 commit-title:graph=v2,refs=true
11 12
13set blame-view = \
14 date:default \
15 author:abbreviated \
16 file-name:no \
17 id:yes,color \
18 line-number:yes,interval=5 text
19
12bind status D !rm %(file) 20bind status D !rm %(file)
13bind status a !git commit --amend 21bind status a !git commit --amend
14 22