mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
devel: document emacs keybindings u and U
Thanks to changing the column widths to accomodate longer function names, the diff is rather large, but the content is two new rows for 'u' and 'U'
This commit is contained in:
parent
28b003ac11
commit
a8ba7c59a4
1 changed files with 61 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
|--------------+----------------------------------------+-------------------------------------------------------+-----------------------------------------|
|
||||
|--------------+----------------------------------------------+-------------------------------------------------------+--------------------------------------------|
|
||||
| Key | Search Mode | Show Mode | Tree Mode |
|
||||
|--------------+----------------------------------------+-------------------------------------------------------+-----------------------------------------|
|
||||
|--------------+----------------------------------------------+-------------------------------------------------------+--------------------------------------------|
|
||||
| a | notmuch-search-archive-thread | notmuch-show-archive-message-then-next-or-next-thread | notmuch-tree-archive-message-then-next |
|
||||
| b | notmuch-search-scroll-down | notmuch-show-resend-message | notmuch-show-resend-message |
|
||||
| c | notmuch-search-stash-map | notmuch-show-stash-map | notmuch-show-stash-map |
|
||||
|
@ -21,7 +21,7 @@
|
|||
| r | notmuch-search-reply-to-thread-sender | notmuch-show-reply-sender | notmuch-show-reply-sender |
|
||||
| s | notmuch-search | notmuch-search | notmuch-search |
|
||||
| t | notmuch-search-filter-by-tag | toggle-truncate-lines | notmuch-tree-filter-by-tag |
|
||||
| u | | | |
|
||||
| u | notmuch-unthreaded | notmuch-unthreaded | notmuch-unthreaded |
|
||||
| v | | | notmuch-show-view-all-mime-parts |
|
||||
| w | | notmuch-show-save-attachments | notmuch-show-save-attachments |
|
||||
| x | notmuch-bury-or-kill-this-buffer | notmuch-show-archive-message-then-next-or-exit | notmuch-tree-quit |
|
||||
|
@ -35,6 +35,7 @@
|
|||
| P | | notmuch-show-previous-message | notmuch-tree-prev-message |
|
||||
| R | notmuch-search-reply-to-thread | notmuch-show-reply | notmuch-show-reply |
|
||||
| S | | | notmuch-search-from-tree-current-query |
|
||||
| U | notmuch-unthreaded-from-search-current-query | notmuch-unthreaded-from-show-current-query | notmuch-unthreaded-from-tree-current-query |
|
||||
| V | | notmuch-show-view-raw-message | notmuch-show-view-raw-message |
|
||||
| X | | notmuch-show-archive-thread-then-exit | |
|
||||
| Z | notmuch-tree-from-search-current-query | notmuch-tree-from-show-current-query | |
|
||||
|
@ -57,4 +58,4 @@
|
|||
| ? | notmuch-help | notmuch-help | notmuch-help |
|
||||
| \vert | | notmuch-show-pipe-message | notmuch-show-pipe-message |
|
||||
| [remap undo] | notmuch-tag-undo | notmuch-tag-undo | notmuch-tag-undo |
|
||||
|--------------+----------------------------------------+-------------------------------------------------------+-----------------------------------------|
|
||||
|--------------+----------------------------------------------+-------------------------------------------------------+--------------------------------------------|
|
||||
|
|
Loading…
Reference in a new issue