From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16506 invoked from network); 17 Feb 1998 10:15:56 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Feb 1998 10:15:56 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id EAA20826; Tue, 17 Feb 1998 04:54:37 -0500 (EST) Resent-Date: Tue, 17 Feb 1998 04:52:50 -0500 (EST) From: Andrew Main Message-Id: <199802170954.JAA02591@taos.demon.co.uk> Subject: Re: Scrolling through directory stack in zsh To: stephen.talley@Central.Sun.COM (Steve Talley) Date: Tue, 17 Feb 1998 09:54:49 +0000 (GMT) Cc: zsh-users@math.gatech.edu In-Reply-To: <199802162057.NAA27404@empire.Central.Sun.COM> from "Steve Talley" at Feb 16, 98 01:57:40 pm X-Loop: zefram@tao.co.uk X-Headers: in preparation X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"r5ctf.0.T45.ntLwq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1323 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Steve Talley wrote: >Currently I have the up and down arrows bound to scroll through the >history list. What I'd like is to have the left and right arrows, if >the line is blank, to scroll through the directory stack. Just like >the history list, each time I hit the right or left arrow, the >directory would appear on the command line. And if I hit enter at that >point, then zsh will cd to that directory. > >Is this currently possible in zsh? It could be done with widgets (you'll need a recent beta). -zefram