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

Re: History Up key



On Sun, Mar 11, 2001, Andrej Borsenkow wrote about "RE: History Up key":
> Hi,
> > I am using vi key binding. When I want to repeare my repeat command, I used
> > to hit the "cursor-up" key, see the last command and hit enter. The
> > fact that I
> > am at vi-insert-mode still allowed the binding of "cursor-up" to
> > "up-line-or-history".
> >
> > However, upgrading to zsh 4, the binding apparently disappeared,
> > and I have to

Of course, not only the cursor-up binding is missing from vi insert mode
in zsh 4 - the rest of the cursor bindings also seem to be missing.

Zsh 3.0.8 had:
$ bindkey
...
"^[[A"  up-line-or-history
"^[[B"  down-line-or-history
"^[[C"  forward-char
"^[[D"  backward-char
...

-- 
Nadav Har'El                        |        Sunday, Mar 11 2001, 16 Adar 5761
nyh@xxxxxxxxxxxxxxxxxxx             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |If at first you don't succeed, skydiving
http://nadav.harel.org.il           |is not for you.



Messages sorted by: Reverse Date, Date, Thread, Author