From ddd632fb7ed4e1c980000627f13b315e52a3964d Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 26 May 2026 13:31:22 +0200 Subject: [PATCH] fix(alot): restore esc = exit in search mode, add / = refineprompt esc closes the search buffer (exits alot only if it is the last buffer). / opens a prompt pre-filled with the current query for regex refinement. Co-Authored-By: Claude Sonnet 4.6 --- alot/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alot/config b/alot/config index 4f22ef7..9f2ef29 100644 --- a/alot/config +++ b/alot/config @@ -7,6 +7,9 @@ draft_box = maildir:///home/themiro/Mail/Drafts [bindings] + [[search]] + esc = exit + / = refineprompt [[thread]] esc = exit [[taglist]]