1
0
Fork 0

`b` and `bv` shortmaps added

master
Mike Gerwitz 2014-08-21 22:43:26 -04:00
parent 007d61e804
commit b7ccd9be84
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ By default, the following mappings are available, each with tab completion:
* `a` - git add
* `A` - git add -A
* `b` - git branch
* `bv` - git branch -v
* `B` - git bisect
* `Bs` - git bisect start
* `Bg` - git bisect good

View File

@ -1,5 +1,7 @@
a _git_add :add
A _git_add :add -A
b _git_branch :branch
bv _git_branch :branch -v
B _git_bisect :bisect
Bs _git_bisect :bisect start
Bg _git_bisect :bisect good