Re: next-page previous-page
Dave and Draco,
Unfortunately this did not work. On control-f I get:
PGP passphrase forgotten.
Am I missing something?
Jeff
On Wed, Mar 17, 2004 at 10:56:17AM -0800, Draco Paladin wrote:
> On Wed, Mar 17, 2004 at 01:47:06PM -0500, Jeff Fulmer wrote:
> > Since I'm vi-centric, I'd like to be able to page through my messages
> > with ctrl-f and ctrl-b. Unfortunately, I can't see to remap those keys.
> > Here's my .muttrc directives:
> >
> > bind pager '^F' next-page
> > bind pager '^B' previous-page
>
> I have the following in my rc file:
>
> bind pager \Cb previous-page
> bind pager \Cf next-page
>
> and Ctrl-b and Ctrl-f work for prev and next page.
>
> --
> Mit der Dummheit kämpfen Götter selbst vergebens.
> (Against stupidity, even the Gods struggle in vain.)
> - Friedrich von Schiller
> Public Key: http://paladin.techmonkeys.org/pubkey.asc
--
#include <stdio.h>
int main(){int a[]={74,117,115,116,32,97,110,111,116,104,101,114,32, \
67,32,104,97,99,107,101,114,10,0}; int *b=a;while(*b>0)putchar(*b++);}