From 2bff12d025bda6903d46d285c891fced75d61e28 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 24 Mar 2012 19:14:07 -0400 Subject: [PATCH] s shortmap => git status --short --- README.md | 2 +- shortmaps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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