diff --git a/README.md b/README.md index 10b939c..f475ec9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ By default, the following mappings are available, each with tab completion: * `Ri` - git rebase --interactive * `Ra` - git rebase --abort * `Rc` - git rebase --continue -* `s` - git status +* `s` - git status --short * `S` - git stash * `t` - execute tig * `T` - git tag diff --git a/shortmaps b/shortmaps index 9741dfc..de3bde7 100644 --- a/shortmaps +++ b/shortmaps @@ -18,7 +18,7 @@ R __git_rebase :rebase Ri _git_rebase :rebase --interactive Ra _git_rebase :rebase --abort Rc _git_rebase :rebase --continue -s : :status +s : :status --short S _git_stash :stash t : tig T _git_tag :tag