Emacs: add s-G magit keybinding like s-D
Alan Pearce alan@bulbstudios.com
Wed, 28 Aug 2013 16:33:57 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -750,7 +750,8 @@ (setq vc-follow-symlinks t))) (use-package magit :commands (magit-status) - :bind (("C-x g" . magit-status)) + :bind (("C-x g" . magit-status) + ("s-G" . magit-status)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) ;;;; Spelling