Re: Bind ctrl+up in muttrc
- To: mutt-users@xxxxxxxx
- Subject: Re: Bind ctrl+up in muttrc
- From: tchomby <tchomby@xxxxxxxxxxxxxx>
- Date: Tue, 21 Oct 2008 14:40:05 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=wfiZc3fhhd1hFZB6wXyFmNfqXThjplBBkJMUWrnWPuQ=; b=bgRqhn1mK3uB2O1jBdFTsathDLFaCqxuEWazaHEaxAvfxAu8wrw6SV/0qg8wv3TMU7 odRrAJ3GWtdUebuXlK9qAipBmT2KWsdMQ/PVtZvydVsFxVql4OZOx5gdG0H1u5DdgGnA Fh761irPOq2hxyZXHB84abjDbdKX8ZbQw6CZg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=mpYZ6LrPiBEOXQDpW87DvWZhBEUR+kfW6tJ3MElJLyRlcH6FrLiEuktCv9hs07rcLj x95XtTPUULAATmDOXaNpedqwcGM416z+JBzcLPSZ5B0ibXepoPAGEyJ+MWTNllXg+xVG Tyc9OHidvXQlnv2uFdP+c/u2HlBESlnTJU2og=
- In-reply-to: <20081019232339.GO89869@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <20081019193742.GA6962@oh> <20081019232339.GO89869@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.17+20080114 (2008-01-14)
On Sun, Oct 19, 2008 at 06:23:39PM -0500, Kyle Wheeler wrote:
> On Sunday, October 19 at 08:37 PM, quoth tchomby:
> >Does anyone know how to bind ctrl+up in muttrc? I tried:
> >
> > bind index \C<up> command
> >
> >but it doesn't work.
>
> That's a key that is difficult to bind (the arrow keys usually are).
> Here's how I'd do it in your case: first, within mutt, type:
>
> :exec what-key
>
> Then press control-up, and see what happens.
Thanks. Unfortunately my version of mutt is too old and doesn't have the
what-key function. But I'll be upgrading soon, when the new version of ubuntu
is released, so I'll try it then.