Re: How do I get my <End> key to work?
* Andy Smith <andy@xxxxxxxxxxxxxx> [2004-04-06 05:24 +0000]:
> I've just switched from using Mutt under Linux to under FreeBSD, and
> now my <End> key does not work in pager or index. I just get "Key
> not bound" when I press it, although the <Home>, <PgUp> and <pgDn>
> keys do work as expected. <End> does work as expected on the shell,
> in vim, less, etc..
[...]
> Does anyone have any hints as to how I might get my <End> key to
> work in Mutt?
:exec what-key
End is <F121> here. Strange.
I have the following lines in my muttrc:
bind generic <F121> last-entry
bind pager <F121> bottom
bind editor <F121> eol
HTH,
Nicolas