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)
|
||||
|
||||
@ -892,7 +892,7 @@ a execute some custom action on a header
|
||||
C-+,C-- increase / decrease the number of headers shown
|
||||
H get help
|
||||
C-S-u update mail & reindex
|
||||
q,z leave the headers buffer
|
||||
q leave the headers buffer
|
||||
@end verbatim
|
||||
|
||||
|
||||
@ -1199,7 +1199,7 @@ v show details about the cryptographic signature
|
||||
C-+,C-- increase / decrease the number of headers shown
|
||||
H get help
|
||||
C-S-u update mail & reindex
|
||||
q,z leave the message view
|
||||
q leave the message view
|
||||
@end verbatim
|
||||
|
||||
For the marking commands, please refer to @ref{Marking messages}.
|
||||
|
||||
Reference in New Issue
Block a user