diff options
| author | David Bremner <david@tethera.net> | 2021-10-30 15:58:16 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-03 20:28:12 -0400 |
| commit | 20b2ae12183a5be79d2f3d8da7943bc358e8202c (patch) | |
| tree | 0ac07abb65b07cf834e2ab85ac057597f50f1133 /doc | |
| parent | b264a49be3dccb7d110eae6420019a052f1f665b (diff) | |
emacs: drop C-tab binding in hello mode, document <backtab>.
The <backtab> binding has always been there, but the docs were
apparently mistakenly changed to say <backspace> [1]
Revert to <backtab> in the documentation.
The commit also drops the C-<tab> binding, since it seems redundant
and it interferes with tab-bar-mode.
[1]: 703dec7754da477b5683867c88cb940b8553be91.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 12ee25e5..22aee340 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -56,7 +56,7 @@ notmuch-hello key bindings ``<tab>`` Move to the next widget (button or text entry field) -``<backspace>`` +``<backtab>`` Move to the previous widget. ``<return>`` |
