Added ca and CS shortmaps
parent
97f8b0b8a0
commit
0f80f06349
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue