Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Configuring Keys F1 to F12
- X-seq: zsh-users 15794
- From: Anthony Charles <antho.charles@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Configuring Keys F1 to F12
- Date: Fri, 11 Feb 2011 10:57:05 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=gamma;        h=domainkey-signature:date:from:to:subject:message-id:references         :mime-version:content-type:content-disposition:in-reply-to         :user-agent;        bh=MZVM3ZG3AXmNANiojSWqlTFKOAgIMeZe+uMvpsWQtfY=;        b=Rk1/ifMNjEIk9mVrPkAgiWshseoY3nUAGx3l4Tz/9xMPsV1/BxtU9cOVCpVxcR82Ad         qNvChJXhIwPNHbLfhz3dDJs3PaMeXqUF9suSF9A2PKyuZt+e/uLso7WlffBnmTGAn98c         CPXP2/LtIqF+I5UjFir90GOkIaemfelHleBpo=
- Domainkey-signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;        h=date:from:to:subject:message-id:references:mime-version         :content-type:content-disposition:in-reply-to:user-agent;        b=JqfGMT1LvhG0fVSwqR8BnE3D3R4FPDqTuqI66FmuL03QEYmg+SfWa/pyTcVTooXB+0         s521KMGF9GXjAY4Et24WntweAr0Bj4c1croW3XTLsYgTxjc3l90QwoIf2w9oOUVOIxNX         1hrg0ORMBIiiMCqRHeYvOcfmO13YsiH2PDExI=
- In-reply-to: <Xns9E88B3AEAD3E0zzappergmailcom@80.91.229.10>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <Xns9E8895882A0D5zzappergmailcom@80.91.229.10> <20110210153454.GC17063@layslair.ath.cx> <Xns9E88B3AEAD3E0zzappergmailcom@80.91.229.10>
On Thu, Feb 10, 2011 at 05:39:54PM +0000, zzapper wrote:
> Anthony Charles wrote in news:20110210153454.GC17063@xxxxxxxxxxxxxxx:
> 
> > Hi,
> > 
> >  bindkey -s '^v<F7>' 'ls -l'
> 
> Anthony thanks works a treat:-
> what I failed to realise is that you have to actually type
> 
> (Control-v F7)
> 
> which on my system displays as:-
> 
> bindkey -s "^[[18~" 'ls -l'
> 
> Yhis is going to be hyper useful : thanks
> 
You're welcome, sorry for being unclear.
-- 
Anthony CHARLES
Messages sorted by:
Reverse Date,
Date,
Thread,
Author