Skip to content

Commit

Permalink
gnus: fix gnus-group next and prev inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ttybitnik authored and condy0919 committed Aug 5, 2024
1 parent 7ec3ba5 commit 9c85760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modes/gnus/evil-collection-gnus.el
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ Note that there is no gnus-common-mode-map")
"]]" 'gnus-group-next-unread-group
"gk" 'gnus-group-prev-unread-group
"gj" 'gnus-group-next-unread-group
(kbd "C-j") 'gnus-group-next-group
(kbd "C-k") 'gnus-group-prev-group

;; Composing, like mu4e
"C" 'gnus-group-mail
Expand Down

0 comments on commit 9c85760

Please sign in to comment.