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've posted this to usenet and someone told me to remap pgp-frase.
Unfortunately, I've not been able to find documentation to assist in
that endeavor. A google search of mutt.org yielded no 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++);}