From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16059 invoked by alias); 11 Feb 2011 15:02:47 -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: 15795 Received: (qmail 15922 invoked from network); 11 Feb 2011 15:02:43 -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=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.12 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: zzapper Subject: Re: Configuring Keys F1 to F12 Date: Fri, 11 Feb 2011 15:02:23 +0000 (UTC) Organization: SuccessTheory Message-ID: References: <20110210153454.GC17063@layslair.ath.cx> <20110211095705.GD17063@layslair.ath.cx> X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: dsl78-143-228-30.in-addr.fast.co.uk User-Agent: Xnews/2006.08.24 X-Antivirus: avast! (VPS 110211-0, 11/02/2011), Outbound message X-Antivirus-Status: Clean Anthony Charles wrote in news:20110211095705.GD17063@layslair.ath.cx: > 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 my fault not yours; I've just realized where I was BLOCKING! I was trying to enter the bindkey straight into my zsh config file whereas i should have been generating the key sequence on the command line so bindkey -s "^[[18~" 'ls -l' goes into ~/.zshrc -- zzapper http://zzapper.co.uk/ Technical Tips