summaryrefslogtreecommitdiff
path: root/modes/gnus
AgeCommit message (Collapse)Author
2024-08-05gnus: add gnus-summary-browse-url bindingVinícius Moraes
2024-08-05gnus: fix gnus-group next and prev inconsistencyVinícius Moraes
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2020-10-19gnus: update bindingsMorgan Smith
Remove binding from the "Z" key Remove unnecessary bindings of "g?" to describe-mode Change gnus-server-compact-server binding to "c" Add binding for gnus-summary-help-map
2020-10-19gnus: tidy up bindingsMorgan Smith
2020-10-14gnus: add topic commandscondy
And refactor the summary-mode-map
2020-10-05gnus: R to reply in normal state.condy
In addition, - Rebind gnus-summary-mail-forward from C-c C-f to cf - Remove E gnus-article-read-summary-keys
2020-10-04gnus: refine and add gnus-bookmark keybindingscondy
2020-06-09Make RET browse the group at pointcondy
2020-04-26travis: fix lintingKien Nguyen
2020-03-27Removed a binding from the h keyMorgan Smith
2020-03-27Updated gnus bindingsMorgan Smith
Added bindings for the remaining 3 gnus modes (group, server, and browse) and also reworked some bindings that seemed intuitive.
2019-11-23Remove duplicate binding of C-k in gnus configmichael
C-k is already bound to gnus-summary-prev-article.
2019-11-23Remove gnus-summary-kill-same-subject-and-select keybindingmichael
The keybinding for evil-previous-line shouldn't be overwritten.
2019-11-02gnus: Merge jojojames draft.Pierre Neidhardt
2019-11-02Add initial bindings for Gnus.Pierre Neidhardt