s shortmap => git status --short
parent
c2540b5361
commit
2bff12d025
|
@ -39,7 +39,7 @@ By default, the following mappings are available, each with tab completion:
|
||||||
* `Ri` - git rebase --interactive
|
* `Ri` - git rebase --interactive
|
||||||
* `Ra` - git rebase --abort
|
* `Ra` - git rebase --abort
|
||||||
* `Rc` - git rebase --continue
|
* `Rc` - git rebase --continue
|
||||||
* `s` - git status
|
* `s` - git status --short
|
||||||
* `S` - git stash
|
* `S` - git stash
|
||||||
* `t` - execute tig
|
* `t` - execute tig
|
||||||
* `T` - git tag
|
* `T` - git tag
|
||||||
|
|
|
@ -18,7 +18,7 @@ R __git_rebase :rebase
|
||||||
Ri _git_rebase :rebase --interactive
|
Ri _git_rebase :rebase --interactive
|
||||||
Ra _git_rebase :rebase --abort
|
Ra _git_rebase :rebase --abort
|
||||||
Rc _git_rebase :rebase --continue
|
Rc _git_rebase :rebase --continue
|
||||||
s : :status
|
s : :status --short
|
||||||
S _git_stash :stash
|
S _git_stash :stash
|
||||||
t : tig
|
t : tig
|
||||||
T _git_tag :tag
|
T _git_tag :tag
|
||||||
|
|
Loading…
Reference in New Issue