mu4e: remove 'z' shortcut for quitting headers view
Make consistent - 'q' is for quitting, not 'z', both in message, headers view. Single-letter keybindings are precious, so let's avoid duplicates.
This commit is contained in:
@ -631,8 +631,6 @@ after the end of the search results."
|
||||
(define-key map "V" 'mu4e-headers-toggle-skip-duplicates)
|
||||
|
||||
(define-key map "q" 'mu4e~headers-quit-buffer)
|
||||
(define-key map "z" 'mu4e~headers-quit-buffer)
|
||||
|
||||
(define-key map "g" 'mu4e-headers-rerun-search) ;; for compatibility
|
||||
|
||||
(define-key map "%" 'mu4e-headers-mark-pattern)
|
||||
|
||||
Reference in New Issue
Block a user