From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id UAA08109 for ; Thu, 21 Nov 1996 20:16:42 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id DAA19100; Thu, 21 Nov 1996 03:57:15 -0500 (EST) Resent-Date: Thu, 21 Nov 1996 03:57:15 -0500 (EST) Message-Id: <199611210857.AAA26038@envy.ugcs.caltech.edu> To: zsh-workers@math.gatech.edu Subject: zsh request X-Mailer: MH 6.8.3 X-URL: http://www.ugcs.caltech.edu/~huyle MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3185.848566650.1@gluttony.ugcs.caltech.edu> Date: Thu, 21 Nov 1996 00:57:30 -0800 From: Huy Le Resent-Message-ID: <"cEMb91.0.Mg4.gb1bo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2443 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I have a couple of keybinding requests: 1) insert-second-to-last-word (in the same spirit as insert-last word, which I use constantly) 2) that expand-cmd-path be repeatable so that everytime you invoke it, the expansion changes to the next possible path for that command. For example, if bindkey '^P' expand-cmd-path PATH=/home/huyle/bin:/usr/local/bin:/bin then % make bob ^P % /home/huyle/bin/make bob ^P % /usr/local/bin/make bob ^P % /bin/make bob ^P % /home/huyle/bin/make bob Thanks, Huy