diff options
author | typebrook <typebrook@gmail.com> | 2019-03-20 00:58:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-20 00:58:33 +0800 |
commit | 2f68d8c38fe48517ebcff4dc1295df5f94bdef7d (patch) | |
tree | a84050e8094790de04741d9fb2e6318f34a2bf0f | |
parent | 95ab29219e99bf04b5e64c916bf085db626b7f1b (diff) |
update
-rw-r--r-- | tigrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -53,8 +53,7 @@ bind main B !sh scripts/bump_version.sh | |||
53 | bind main V @git log -S "%(prompt Enter search word: )" | 53 | bind main V @git log -S "%(prompt Enter search word: )" |
54 | 54 | ||
55 | # blame view | 55 | # blame view |
56 | set blame-view-file-name = no | 56 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes,interval=5 text |
57 | set blame-view-line-number = yes,interval=5 | ||
58 | 57 | ||
59 | # status view | 58 | # status view |
60 | bind status j :/^[MADRU?] | 59 | bind status j :/^[MADRU?] |
@@ -73,7 +72,6 @@ bind status a ?git commit --amend | |||
73 | bind status D ?rm %(file) | 72 | bind status D ?rm %(file) |
74 | 73 | ||
75 | # stash view | 74 | # stash view |
76 | bind stash D ?git stash drop %(stash) | ||
77 | bind stash a ?git stash apply %(stash) | 75 | bind stash a ?git stash apply %(stash) |
78 | 76 | ||
79 | # tree view | 77 | # tree view |