From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28722 invoked by alias); 11 Feb 2011 10:04:17 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15794 Received: (qmail 26727 invoked from network); 11 Feb 2011 10:04:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) 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= Date: Fri, 11 Feb 2011 10:57:05 +0100 From: Anthony Charles To: zsh-users@zsh.org Subject: Re: Configuring Keys F1 to F12 Message-ID: <20110211095705.GD17063@layslair.ath.cx> References: <20110210153454.GC17063@layslair.ath.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) On Thu, Feb 10, 2011 at 05:39:54PM +0000, zzapper wrote: > Anthony Charles wrote in news:20110210153454.GC17063@layslair.ath.cx: > > > Hi, > > > > bindkey -s '^v' '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