On Tue, Dec 01, 2015 at 11:37:26PM -0600, David Champion wrote:
* On 01 Dec 2015, David Woodfall wrote:
> Is there a list of commands we can use inside mutt? I did a quick
> google, but didn't find anything useful.
>
> I did try :display-toggle-weed but got an unknown command error.
Commands are the things you can put in a muttrc or execute at the :
prompt:
http://dev.mutt.org/doc/manual.html#commands
display-toggle-weed is a function -- something that can be bound to a
keystroke:
http://dev.mutt.org/doc/manual.html#functions
Also, you can get a list of what's available in the current context (and
what it's bound to) with '?', in case you didn't know.
w
Yes, I knew about that one for checking binds.
Dave