<<< Date Index >>>     <<< Thread Index >>>

Re: Movement within the article pager



On Fri, Aug 29, 2003 at 05:49:35PM +0100, Anthony Edwards wrote:
> Hi folks
> 
> Does anyone happen to know the correct command when in the article pager
> window to move to the bottom of a message?
> 
> The Mutt manual says:
> 
>    The Pager
> 
>    By default, Mutt uses its builtin pager to display the body
>    of messages.  The pager is very similar to the Unix program
>    less though not nearly as featureful.
> 
>    $               jump to the bottom of the message
> 
> http://www.mutt.org/doc/manual/manual-2.html#ss2.3
> 
> However, this appears to be incorrect since:
> 
>    The Message Index
> 
>    [...]
> 
>    $               save changes to mailbox
>  
> When invoked from within the article pager, "$" still attempts to save
> changes to mailbox rather than taking one to the end of the message
> being viewed.
> 
> Does anyone have any ideas?

you can bind any key you'd like to this.  i prefer the
vi-inspired G.  in your .muttrc:

  bind pager      G           bottom

peace