Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Scrolling through directory stack in zsh



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