1
0
Fork 0

s shortmap => git status --short

master
Mike Gerwitz 2012-03-24 19:14:07 -04:00
parent c2540b5361
commit 2bff12d025
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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