Bind C-x M-g to magit-dispatch-popup

This commit is contained in:
Jonas Bernoulli 2015-06-27 16:19:57 +02:00
parent 5e487e5f85
commit 7fa9fd160c
2 changed files with 2 additions and 0 deletions

View file

@ -109,6 +109,7 @@
(global-set-key (kbd "<f12>") 'menu-bar-mode)
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
(global-set-key (kbd "C-=") 'er/expand-region)