Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Navigating the directory history list with the arrow keys
- X-seq: zsh-users 5095
- From: "Vagn Johansen" <v@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Navigating the directory history list with the arrow keys
- Date: Sun, 23 Jun 2002 22:18:16 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020621174419.BWDN10934.fepA.post.tele.dk@xxxxxxxxxxxxxxxxxx>
There is a contributed script, called cpd, on zsh.org that does this
http://zsh.sunsite.dk/Contrib/scripts/users/wf/
A simple alternative is
bindkey -s "\C-t" "dirs -v\rcd ~"
where you type a number and <enter> to select the directory
(Initially forgot to reply to the list also)
Hall Jeffrey S NPRI <HallJS@xxxxxxxxxxxxxxxxx> wrote:
> Dear zsh users,
> In the old days (~ '95), I used to have an alias or
> binding that allowed me to traverse the
> directory history list created by the "dirs -v" command with
> the up and down arrow keys on
> the keyboard. Is there a way to do this in the new zsh 4.0?
> Thanks.
>
>
> "Up to this point White has been following well-known
> analysis. But now he makes a fatal error: he begins to use
> his own head." - GM Siegbert Tarrasch
>
>
--
Vagn Johansen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author