notmuch: Bind TAB and backtab to next/previous button in notmuch-show

This commit is contained in:
Pierre Neidhardt 2019-03-19 14:22:38 +01:00
parent 7e69645643
commit baa9c68807
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@
"*" 'notmuch-show-tag-all
"-" 'notmuch-show-remove-tag
"+" 'notmuch-show-add-tag
(kbd "TAB") 'notmuch-show-toggle-message
(kbd "TAB") 'notmuch-show-next-button
(kbd "<backtab>") 'notmuch-show-previous-button
(kbd "RET") 'notmuch-show-toggle-message
"." 'notmuch-show-part-map)