1
0
Fork 0

Added ca and CS shortmaps

master
Mike Gerwitz 2012-04-30 23:31:40 -04:00
parent 97f8b0b8a0
commit 0f80f06349
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,10 @@ By default, the following mappings are available, each with tab completion:
* `Bb` - git bisect bad
* `Br` - git bisect reset
* `c` - git commit
* `C` - git commit -am
* `ca` - git commit --amend
* `co` - git checkout
* `C` - git commit -am
* `CS` - git commit -S -am
* `d` - git diff
* `f` - git fetch
* `m` - git merge

View File

@ -6,8 +6,10 @@ Bg _git_bisect :bisect good
Bb _git_bisect :bisect bad
Br _git_bisect :bisect reset
c _git_commit :commit
C _git_commit :commit -am
ca _git_commit :commit --amend
co _git_checkout :checkout
C _git_commit :commit -am
CS _git_commit :commit -S -am
d _git_diff :diff
f _git_fetch :fetch
m _git_merge :merge