On Tue, Oct 25, 2011 at 01:34:30PM -0500, Tycho Andersen wrote:
> Hi all,
> 
> I'm trying to bind a key combination to an action. Specifically, I'm
> trying to bind ALT+j to something. :exec what-key gives me octal 252
> as the value for this key combo, so I stuck:
> 
>   bind index,pager \252 sidebar-next
> 
> in my ~/.muttrc. However, when I source it and press ALT+j, it tells
> me that the key is not bound. What's more confusing is that if I do
> 
>   :push \252
> 
> I see the desired action.
> 
> Thoughts? TIA
> 
> \t

Hi!

Alt is same as pushed and released Esc, so \ej would give you ALT+j.

-- 
Veljko

Reply via email to