n/p now allow the user to move about in branch-view.

This commit is contained in:
Phil Jackson 2010-03-30 23:08:50 +01:00
parent 1ae36db891
commit a86fab4e97

View file

@ -3555,6 +3555,8 @@ Prefix arg means justify as well."
(define-key map (kbd "q") 'magit-quit-branches-window)
(define-key map (kbd "g") '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))
(define-derived-mode magit-show-branches-mode text-mode "Magit Branches")