n/p now allow the user to move about in branch-view.
This commit is contained in:
parent
1ae36db891
commit
a86fab4e97
1 changed files with 2 additions and 0 deletions
2
magit.el
2
magit.el
|
@ -3555,6 +3555,8 @@ Prefix arg means justify as well."
|
||||||
(define-key map (kbd "q") 'magit-quit-branches-window)
|
(define-key map (kbd "q") 'magit-quit-branches-window)
|
||||||
(define-key map (kbd "g") 'magit-show-branches)
|
(define-key map (kbd "g") 'magit-show-branches)
|
||||||
(define-key map (kbd "V") 'magit-show-branches)
|
(define-key map (kbd "V") 'magit-show-branches)
|
||||||
|
(define-key map (kbd "n") 'next-line)
|
||||||
|
(define-key map (kbd "p") 'previous-line)
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(define-derived-mode magit-show-branches-mode text-mode "Magit Branches")
|
(define-derived-mode magit-show-branches-mode text-mode "Magit Branches")
|
||||||
|
|
Loading…
Add table
Reference in a new issue