From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13490 invoked from network); 22 Mar 2004 16:22:43 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Mar 2004 16:22:43 -0000 Received: (qmail 26122 invoked by alias); 22 Mar 2004 16:22:26 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7230 Received: (qmail 26111 invoked from network); 22 Mar 2004 16:22:25 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 22 Mar 2004 16:22:25 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 22 Mar 2004 16:22:25 -0000 Received: (qmail 11475 invoked from network); 22 Mar 2004 16:22:25 -0000 Received: from nest.8d.com (209.47.172.23) by a.mx.sunsite.dk with SMTP; 22 Mar 2004 16:22:23 -0000 Received: from xavier by nest.8d.com with local (Exim 3.35 #1 (Debian)) id 1B5SBX-0007qP-00 for ; Mon, 22 Mar 2004 11:21:55 -0500 Date: Mon, 22 Mar 2004 11:21:55 -0500 From: xavier To: zsh-users@sunsite.dk Subject: completing arguments by looking in arguments history Message-ID: <20040322162155.GA29950@pecos.8d.com> Mail-Followup-To: zsh-users@sunsite.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Archive: encrypt User-Agent: Mutt/1.5.4i X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 Hi, I'm looking to reproduce a useful bash feature : with alt-tab, (once you removed the mapping from your window manager) you can complete old args ex : dig @ will complete using all arguments in history starting with @ I find it usefull. is there a way to do it with zsh ? thanks -- xavier