diff options
| author | condy <condy0919@gmail.com> | 2020-06-09 05:18:08 +0800 |
|---|---|---|
| committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-09 07:58:35 +0000 |
| commit | f861ab98d9410df056e85ade101d8bea0e0675f9 (patch) | |
| tree | be69d86169e718eab5142fa5c3b0cfd23fdeaa5b /modes | |
| parent | 120608be933295f1ce903771edef03930ab40bbf (diff) | |
Make RET browse the group at point
Diffstat (limited to 'modes')
| -rw-r--r-- | modes/gnus/evil-collection-gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modes/gnus/evil-collection-gnus.el b/modes/gnus/evil-collection-gnus.el index ba0222d..3acc093 100644 --- a/modes/gnus/evil-collection-gnus.el +++ b/modes/gnus/evil-collection-gnus.el @@ -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)) |
