Make RET browse the group at point

This commit is contained in:
condy 2020-06-09 05:18:08 +08:00 committed by Pierre Neidhardt
parent 120608be93
commit f861ab98d9
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@
(evil-define-key 'normal gnus-browse-mode-map
"u" 'gnus-browse-unsubscribe-current-group
(kbd "SPC") 'gnus-browse-read-group
(kbd "RET") 'gnus-browse-select-group
"q" 'gnus-browse-exit
"ZZ" 'gnus-browse-exit
"ZQ" 'gnus-browse-exit))