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

next-page previous-page



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

despite that, ctrl-f still forgets the PGP passphrase and ctrl-b still
searches for URLs. How can I remap them?  And how can I make ctrl-u look
for URLs (currently the ctrl-b function). 

I posted this to usenet and I was told to remap pgp-frase. Unfortunately
I've not found documentation to assist in that endeavor. A google search
of www.mutt.org did not even yield any results for "pgp-frase"

Any help would be appreciated.
Jeff

-- 
#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++);}