RET checks out a branch in the branch view.

This commit is contained in:
Phil Jackson 2010-06-29 22:53:09 +01:00
parent bd01310032
commit 42a70d14cc

View file

@ -4061,6 +4061,7 @@ Return values:
(defvar magit-show-branches-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "RET") 'magit-branches-window-checkout)
(define-key map (kbd "b") 'magit-branches-window-checkout)
(define-key map (kbd "k") 'magit-remove-branch)
(define-key map (kbd "m") 'magit-branches-window-manual-merge)