aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-07-03 10:41:34 +0800
committertypebrook <typebrook@gmail.com>2019-07-03 10:41:34 +0800
commit6f0e512752d7e166257b0b1a0088adcf589ad404 (patch)
tree685b29e7d9a33360fb3a58508b7b4b3d19dc4bcd /tigrc
parent6087a8760f4a0dc39a41fd21c9451545cdb1834b (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/tigrc b/tigrc
index 3b66f7c..3a77099 100644
--- a/tigrc
+++ b/tigrc
@@ -156,15 +156,17 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
156bind main PP ?>git format-patch %(commit) 156bind main PP ?>git format-patch %(commit)
157bind main P1 ?>git format-patch -1 %(commit) 157bind main P1 ?>git format-patch -1 %(commit)
158 158
159# Misc-Hub 159# Hub
160bind main i @hub browse -- commit/%(commit) 160bind main i @hub browse -- commit/%(commit)
161bind main I >sh -c "hub issue | tig" 161bind main I >sh -c "hub issue | tig"
162 162
163# Misc-Statistics 163# Misc
164## Statistics
164bind main gc !sh -c 'cloc --git %(commit) | tig' 165bind main gc !sh -c 'cloc --git %(commit) | tig'
165 166## Misc-android
166# Misc-android
167bind main <C-B> !sh scripts/bump_version.sh 167bind main <C-B> !sh scripts/bump_version.sh
168## Remote
169bind 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)