Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Scrolling through directory stack in zsh
- X-seq: zsh-users 1324
- From: Andrew Main <zefram@xxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Scrolling through directory stack in zsh
- Date: Tue, 17 Feb 1998 10:06:31 +0000 (GMT)
- Cc: stephen.talley@xxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199802170903.KAA16968@xxxxxxxxxxxx> from "Peter Stephenson" at Feb 17, 98 10:03:15 am
Peter Stephenson wrote:
> The hard bit is overloading the
>cursor keys so that they still work as normal, I haven't tried that.
if test -n "$BUFFER"; then
zle backward-char
return
endif
...
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author