Getting PageUp / PageDown to work in Mutt with Eterm
Do your PageUp and PageDown keys not work in Mutt in an Eterm?
Here is the solution:
- Set TERM to xterm e.g.:
setenv TERM xterm - Insert the following to your .muttrc:
bind index <pagedown> next-page
bind index <pageup> previous-page