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:
David Bremner 2024-07-29 08:04:44 -03:00
parent 28b003ac11
commit a8ba7c59a4

View file

@ -1,6 +1,6 @@
|--------------+----------------------------------------+-------------------------------------------------------+-----------------------------------------| |--------------+----------------------------------------------+-------------------------------------------------------+--------------------------------------------|
| Key | Search Mode | Show Mode | Tree Mode | | 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 | | 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 | | 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 | | 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 | | r | notmuch-search-reply-to-thread-sender | notmuch-show-reply-sender | notmuch-show-reply-sender |
| s | notmuch-search | notmuch-search | notmuch-search | | s | notmuch-search | notmuch-search | notmuch-search |
| t | notmuch-search-filter-by-tag | toggle-truncate-lines | notmuch-tree-filter-by-tag | | 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 | | v | | | notmuch-show-view-all-mime-parts |
| w | | notmuch-show-save-attachments | notmuch-show-save-attachments | | 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 | | 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 | | P | | notmuch-show-previous-message | notmuch-tree-prev-message |
| R | notmuch-search-reply-to-thread | notmuch-show-reply | notmuch-show-reply | | R | notmuch-search-reply-to-thread | notmuch-show-reply | notmuch-show-reply |
| S | | | notmuch-search-from-tree-current-query | | 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 | | V | | notmuch-show-view-raw-message | notmuch-show-view-raw-message |
| X | | notmuch-show-archive-thread-then-exit | | | X | | notmuch-show-archive-thread-then-exit | |
| Z | notmuch-tree-from-search-current-query | notmuch-tree-from-show-current-query | | | Z | notmuch-tree-from-search-current-query | notmuch-tree-from-show-current-query | |
@ -57,4 +58,4 @@
| ? | notmuch-help | notmuch-help | notmuch-help | | ? | notmuch-help | notmuch-help | notmuch-help |
| \vert | | notmuch-show-pipe-message | notmuch-show-pipe-message | | \vert | | notmuch-show-pipe-message | notmuch-show-pipe-message |
| [remap undo] | notmuch-tag-undo | notmuch-tag-undo | notmuch-tag-undo | | [remap undo] | notmuch-tag-undo | notmuch-tag-undo | notmuch-tag-undo |
|--------------+----------------------------------------+-------------------------------------------------------+-----------------------------------------| |--------------+----------------------------------------------+-------------------------------------------------------+--------------------------------------------|