YAY looking a lot better, need to do rest of filter error

This commit is contained in:
Peter Cottle 2012-12-25 18:27:50 -08:00
parent 01fb9ec25b
commit 82d9e7a223
5 changed files with 222 additions and 45 deletions

View file

@ -25,7 +25,8 @@ var getShortcutMap = function() {
'git add': /^ga($|\s)/,
'git checkout': /^go($|\s)/,
'git rebase': /^gr($|\s)/,
'git branch': /^gb($|\s)/
'git branch': /^gb($|\s)/,
'git status': /^gs($|\s)/
};
};