fix(alot): remove esc = exit from search mode
In the inbox/search view, exit has nowhere to go back to so it quit alot entirely. Esc is now only bound in thread/taglist/bufferlist where it navigates back without closing the application. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
e9ff562c1e
commit
050d91d544
|
|
@ -7,8 +7,6 @@
|
||||||
draft_box = maildir:///home/themiro/Mail/Drafts
|
draft_box = maildir:///home/themiro/Mail/Drafts
|
||||||
|
|
||||||
[bindings]
|
[bindings]
|
||||||
[[search]]
|
|
||||||
esc = exit
|
|
||||||
[[thread]]
|
[[thread]]
|
||||||
esc = exit
|
esc = exit
|
||||||
[[taglist]]
|
[[taglist]]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue