From e808b96d63ecab9990cbb295e786010be66243be Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Fri, 16 Sep 2022 08:51:52 +0200 Subject: [PATCH] binds: allow typing ? in subject header Since commit 5c8a749cfa97 ("binds: display active keybinds in a dialog box") the ? key is bound to `:help keys` in the global section which applies to all binding contexts. Pressing ? while editing any email headers in the compose window (when the editor is not selected) displays the active bindings menu. Add $noinherit=true in the [compose] context to allow typing any character. Copy the bindings for next-tab and prev-tab so that users can still change tabs while editing headers. Cc: Akspecs Signed-off-by: Robin Jarry --- config/binds.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/binds.conf b/config/binds.conf index cb5ffd3..f46111b 100644 --- a/config/binds.conf +++ b/config/binds.conf @@ -90,10 +90,13 @@ $ex = [compose] # Keybindings used when the embedded terminal is not selected in the compose # view +$noinherit = true $ex = = :prev-field = :next-field = :next-field + = :prev-tab + = :next-tab [compose::editor] # Keybindings used when the embedded terminal is selected in the compose view