git: Add binding to magit-reset-popup

Signed-off-by: Magnus Therning <magnus@therning.org>
This commit is contained in:
Magnus Therning 2016-03-17 10:29:44 +01:00 committed by Eivind Fonn
parent 9b60b133ad
commit 5c575a7eb8
2 changed files with 3 additions and 1 deletions

View File

@ -131,6 +131,7 @@ Git commands (start with ~g~):
| ~SPC g m~ | display the last commit message of the current line |
| ~SPC g t~ | launch the git time machine |
| ~SPC g U~ | unstage current file |
| ~SPC g x~ | show reset prompt |
- Highlight by age of commit or last update time is provided by
[[https://github.com/syohex/emacs-smeargle][smeargle]].

View File

@ -144,7 +144,8 @@
"gP" 'magit-push-popup
"gs" 'magit-status
"gS" 'magit-stage-file
"gU" 'magit-unstage-file)
"gU" 'magit-unstage-file
"gx" 'magit-reset-popup)
(spacemacs|define-micro-state git-blame
:title "Git Blame Transient State"