aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-06 10:00:58 +0800
committertypebrook <typebrook@gmail.com>2020-02-06 10:00:58 +0800
commit4af2cf3546f8a5dfac2e905e6101600dcdd9182b (patch)
tree2511e1c7343c7d883ac455df8ae45ace65f91f81 /tigrc
parent7cd2078840eafa8eebfd8eadde89015b73f15a63 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index a546ba1..76ea4ac 100644
--- a/tigrc
+++ b/tigrc
@@ -187,7 +187,7 @@ bind main I >sh -c "hub issue | tig"
187## Statistics 187## Statistics
188bind main gc >sh -c 'cloc --git %(commit) | tig' 188bind main gc >sh -c 'cloc --git %(commit) | tig'
189## Script to bump Android version 189## Script to bump Android version
190bind main <C-B> ! scripts/bump_version.sh && scripts/whatsnew.sh 190bind main <C-B> !scripts/bump_version.sh && scripts/whatsnew.sh
191 191
192# note 192# note
193#bind generic gnn !git notes edit %(commit) 193#bind generic gnn !git notes edit %(commit)