Bind 'q' to magit-quit.
This commit is contained in:
parent
5421e52262
commit
cb3b44282d
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -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-log-edit)
|
||||||
(define-key map (kbd "C") 'magit-add-log)
|
(define-key map (kbd "C") 'magit-add-log)
|
||||||
(define-key map (kbd "$") 'magit-display-process)
|
(define-key map (kbd "$") 'magit-display-process)
|
||||||
|
(define-key map (kbd "q") 'magit-quit)
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(defvar magit-mode-hook nil)
|
(defvar magit-mode-hook nil)
|
||||||
|
|
Loading…
Reference in a new issue