diff options
author | typebrook <typebrook@gmail.com> | 2019-07-03 10:41:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-07-03 10:41:34 +0800 |
commit | 6f0e512752d7e166257b0b1a0088adcf589ad404 (patch) | |
tree | 685b29e7d9a33360fb3a58508b7b4b3d19dc4bcd | |
parent | 6087a8760f4a0dc39a41fd21c9451545cdb1834b (diff) |
update
-rw-r--r-- | tigrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -156,15 +156,17 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | |||
156 | bind main PP ?>git format-patch %(commit) | 156 | bind main PP ?>git format-patch %(commit) |
157 | bind main P1 ?>git format-patch -1 %(commit) | 157 | bind main P1 ?>git format-patch -1 %(commit) |
158 | 158 | ||
159 | # Misc-Hub | 159 | # Hub |
160 | bind main i @hub browse -- commit/%(commit) | 160 | bind main i @hub browse -- commit/%(commit) |
161 | bind main I >sh -c "hub issue | tig" | 161 | bind main I >sh -c "hub issue | tig" |
162 | 162 | ||
163 | # Misc-Statistics | 163 | # Misc |
164 | ## Statistics | ||
164 | bind main gc !sh -c 'cloc --git %(commit) | tig' | 165 | bind main gc !sh -c 'cloc --git %(commit) | tig' |
165 | 166 | ## Misc-android | |
166 | # Misc-android | ||
167 | bind main <C-B> !sh scripts/bump_version.sh | 167 | bind main <C-B> !sh scripts/bump_version.sh |
168 | ## Remote | ||
169 | bind main U +sh -c "git remote -v | grep %(remote)" | ||
168 | 170 | ||
169 | # note | 171 | # note |
170 | #bind generic gnn !git notes edit %(commit) | 172 | #bind generic gnn !git notes edit %(commit) |