diff options
author | typebrook <typebrook@gmail.com> | 2019-03-30 23:54:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-30 23:54:33 +0800 |
commit | 21289083df62d6d1191cecec06c0c5b43865a169 (patch) | |
tree | c7ae71a76b8f8edb5e7a7ab5b702e5e361d1133b | |
parent | ec3cbf8c4c68727d36c363822bf5577fff39b89b (diff) |
update
-rw-r--r-- | tigrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -114,9 +114,15 @@ bind generic gn !git notes edit %(commit) | |||
114 | #==================== | 114 | #==================== |
115 | # blame view | 115 | # blame view |
116 | #==================== | 116 | #==================== |
117 | bind blame m >tig %(file) | ||
117 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes text | 118 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes text |
118 | 119 | ||
119 | #==================== | 120 | #==================== |
121 | # blob view | ||
122 | #==================== | ||
123 | bind blob m >tig %(file) | ||
124 | |||
125 | #==================== | ||
120 | # status view | 126 | # status view |
121 | #==================== | 127 | #==================== |
122 | bind status j :/^[MADRU?] | 128 | bind status j :/^[MADRU?] |