1
0
Fork 0

New S* shortmaps

master
Mike Gerwitz 2014-08-21 22:42:23 -04:00
parent abec3e5b24
commit 007d61e804
2 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,10 @@ By default, the following mappings are available, each with tab completion:
* `Rc` - git rebase --continue
* `s` - git status --short
* `S` - git stash
* `Sa` - git stash apply
* `Sl` - git stash list
* `Sp` - git stash pop
* `Ss` - git stash show
* `t` - execute tig
* `T` - git tag
* `-` - git checkout -

View File

@ -26,6 +26,10 @@ Ra _git_rebase :rebase --abort
Rc _git_rebase :rebase --continue
s : :status --short
S _git_stash :stash
Sa _git_stash :stash apply
Sl _git_stash :stash list
Sp _git_stash :stash pop
Ss _git_stash :stash show
t : tig
T _git_tag :tag
- : :checkout -