RET checks out a branch in the branch view.
This commit is contained in:
parent
bd01310032
commit
42a70d14cc
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue