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:
djcb
2016-02-06 12:48:14 +02:00
parent 7b84236bdb
commit 14cbca7595
2 changed files with 2 additions and 4 deletions

View File

@ -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)

View File

@ -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}.