mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
Key binding rearrangement for save attachments in show mode
The most obvious bindings for save attachments are already taken. The existing 'w' binding was bound to view the raw message. This commit moves it to 'V' which still seems somewhat mnemonic and uses 'w' for save (write) attachments.
This commit is contained in:
parent
e593b6aacb
commit
f94146bd39
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@
|
|||
(define-key map "r" 'notmuch-show-reply)
|
||||
(define-key map "s" 'notmuch-search)
|
||||
(define-key map "v" 'notmuch-show-view-all-mime-parts)
|
||||
(define-key map "w" 'notmuch-show-view-raw-message)
|
||||
(define-key map "V" 'notmuch-show-view-raw-message)
|
||||
(define-key map "w" 'notmuch-show-save-attachments)
|
||||
(define-key map "x" 'kill-this-buffer)
|
||||
(define-key map "+" 'notmuch-show-add-tag)
|
||||
(define-key map "-" 'notmuch-show-remove-tag)
|
||||
|
|
Loading…
Reference in a new issue