bind SPC gA to magit-cherry-pick-popup

This commit is contained in:
Robert O'Connor 2016-01-21 19:38:31 -05:00 committed by Eivind Fonn
parent f86ec0e047
commit c0e0702430
2 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,7 @@ Git commands (start with ~g~):
| Key Binding | Description |
|-------------+-----------------------------------------------------|
| ~SPC g A~ | show cherry-pick prompt |
| ~SPC g b~ | open a =magit= blame |
| ~SPC g B~ | quit =magit= blame |
| ~SPC g c~ | commit changes |

View File

@ -96,6 +96,7 @@
(defun git/init-magit ()
(use-package magit
:commands (magit-blame-mode
magit-cherry-pick-popup
magit-commit-popup
magit-diff-popup
magit-fetch-popup
@ -124,6 +125,7 @@
(spacemacs/declare-prefix "gd" "diff")
(spacemacs/set-leader-keys
"gA" 'magit-cherry-pick-popup
"gb" 'spacemacs/git-blame-micro-state
"gc" 'magit-commit-popup
"gC" 'magit-checkout