Bind 'q' to magit-quit.

This commit is contained in:
Marius Vollmer 2008-08-20 01:21:50 +03:00
parent 5421e52262
commit cb3b44282d

View file

@ -449,6 +449,7 @@ Many Magit faces inherit from this one by default."
(define-key map (kbd "c") 'magit-log-edit)
(define-key map (kbd "C") 'magit-add-log)
(define-key map (kbd "$") 'magit-display-process)
(define-key map (kbd "q") 'magit-quit)
map))
(defvar magit-mode-hook nil)