John Poltorak [[EMAIL PROTECTED]] wrote:
> How do I set up F1 for help?
> 
> Actually I want to look at the html manual, although I've manged to
> get Ctl-Z to do this with:-
> 
> macro index \cz !start /f/c lynx c:/mutt/manual.html'
> 
> This is my first stab at a macro, but it's quite useful, and quite
> close to what I want eventually. In addition, I would like to use
> F1 instead of Ctl-Z,

Use <f1> instead of \cz.

> I like the command to run automatically without needing to press ENTER,

Add <enter> at the end of the macro.

> and I'd like to prevent mutt from issuing the 'press any key to continue'
> prompt.

Either unset wait_key in your .muttrc, or, if you just want it changed
here, use something like:

macro index <f1> ":unset wait_key<enter>!lynx<enter>:set wait_key<enter>"

replacing 'lynx' with your command.

HTH.

-- 
Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
-----------------+-------------------------+------------------------------
"If Microsoft can change and compete on quality, I've won." -- L. Torvalds

PGP signature

Reply via email to