Bind SPC g r to magit-rebase-popup

This commit is contained in:
Christoph Neuroth 2016-01-06 19:47:45 +01:00 committed by Fabien Dubosson
parent 28907bbeff
commit 1d76daeef7
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ Git commands (start with ~g~):
| ~SPC g I~ | open =helm-gitignore= |
| ~SPC g l~ | open a =magit= log |
| ~SPC g L~ | display the log for a file |
| ~SPC g r~ | show rebase prompt |
| ~SPC g P~ | show push prompt |
| ~SPC g s~ | open a =magit= status window |
| ~SPC g S~ | stage current file |

View File

@ -135,6 +135,7 @@
"gi" 'magit-init
"gl" 'magit-log-popup
"gL" 'magit-log-buffer-file
"gr" 'magit-rebase-popup
"gP" 'magit-push-popup
"gs" 'magit-status
"gS" 'magit-stage-file