Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to exit menu in mutt when for instance searching

Tags:

mutt

I have accidentally pressed, say, n in mutt which puts me into search at the bottom of the screen Search for:. How do I exit from this if I don't want to search? I have tried esc and ctrl-c, but the first doesn't work and the second asks me whether I want to quit mutt, which I don't...

like image 562
avriis Avatar asked Nov 01 '25 10:11

avriis


1 Answers

Ctrl-G will exit from all mutt prompts.

This is the standard quit keybinding in Emacs, so its probably inherited from there. Also works in bash.

like image 128
Juancho Avatar answered Nov 04 '25 18:11

Juancho