Change gnus-group-mode keybindings

To save some time, I remap 'q' to bury the Gnus buffer, but to keep the
functionality, I moved the original bindings (gnus-group-exit, gnus-group-quit)
to 'Q' and '^Q', respectively.
This commit is contained in:
Case Duckworth 2021-05-04 09:54:59 -05:00
parent a274ec49c5
commit 278990cb9b
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@
gnus-read-newsrc-file nil
gnus-interactive-exit nil)
;; Keybindings
(define-key gnus-group-mode-map (kbd "q") #'bury-buffer)
(define-key gnus-group-mode-map (kbd "Q") #'gnus-group-exit)
(define-key gnus-group-mode-map (kbd "C-q") #'gnus-group-quit)
;;; Other parameters
(setq gnus-parameters
'(("nnimap\\.*"