aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index b8b0096..ef4ad05 100644
--- a/tigrc
+++ b/tigrc
@@ -194,7 +194,7 @@ bind main I >sh -c "hub issue | tig"
194## Statistics 194## Statistics
195bind main gc >sh -c 'cloc --git %(commit) | tig' 195bind main gc >sh -c 'cloc --git %(commit) | tig'
196## Script to bump Android version 196## Script to bump Android version
197bind main <C-B> !sh -c 'tools/bump_version.sh && tools/whatsnew.sh' 197bind main <C-B> !sh -c 'scripts/bump_version.sh && scripts/whatsnew.sh'
198 198
199# note 199# note
200#bind generic gnn !git notes edit %(commit) 200#bind generic gnn !git notes edit %(commit)