1
0
Fork 0

Added `?` shortmap

master
Mike Gerwitz 2014-08-21 23:43:48 -04:00
parent 677eb8c42e
commit 0b94d4da50
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ By default, the following mappings are available, each with tab completion:
* `T` - git tag
* `-` - git checkout -
* `--` - `cd` to root dir of repository
* `?` - display all shortmaps
The shortmaps may only be used within a Git repository; otherwise, they will
invoke the actual command on the system.

View File

@ -42,3 +42,4 @@ t : tig
T _git_tag :tag
- : :checkout -
-- : |cd "$( git rev-parse --show-toplevel 2>/dev/null )"
? : __git-short_help