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