use "e" for more log
Then we can use "l" to show short-log from long log an reflog. At the same time we add the different keybinding to see the different kind of logs from the others logs.
This commit is contained in:
parent
975536e966
commit
ed904c7a00
1 changed files with 5 additions and 1 deletions
6
magit.el
6
magit.el
|
@ -1473,7 +1473,11 @@ FUNC should leave point at the end of the modified region"
|
|||
(define-key map (kbd "m") 'magit-manual-merge)
|
||||
(define-key map (kbd "M") 'magit-automatic-merge)
|
||||
(define-key map (kbd "x") 'magit-reset-head)
|
||||
(define-key map (kbd "l") 'magit-log-show-more-entries)
|
||||
(define-key map (kbd "e") 'magit-log-show-more-entries)
|
||||
(define-key map (kbd "l") 'magit-log)
|
||||
(define-key map (kbd "L") 'magit-log-long)
|
||||
(define-key map (kbd "h") 'magit-reflog-head)
|
||||
(define-key map (kbd "H") 'magit-reflog)
|
||||
map))
|
||||
|
||||
(defvar magit-reflog-mode-map
|
||||
|
|
Loading…
Reference in a new issue