On Wed, Nov 14, 2001 at 10:27:12PM -0700, Sean LeBlanc <[EMAIL PROTECTED]> wrote: > I'm trying to get the pager to back up one line, which uses the backspace key. > The problem is, it says "key not mapped" when I do this. I am using FreeBSD > 4.4, and the mappings (I guess) that it provides by default require me to > put this into my .emacs file to make backspace work as expected: > > (global-set-key (quote [C-backspace]) (quote backward-delete-char-untabify)) > > So I guess my question is: how to do this for mutt's pager? Or can I swap > out the default pager with something else?
I added the 2 following lines to my .muttrc: bind pager \ch previous-line bind pager \c? previous-line Nicolas