John wrote: >> In your terminal, at the zsh prompt, hit Control-v followed by the > >> up-cursor key. What does that insert into the command line? > > > Dunno how I missed this post. The output you requested: > > ^[[A (up arrow)
Well, in that case, this binding should be invoked and things should work: bindkey '\e[A' up-line-or-search To make sure, what does this yield? % bindkey '<CTRL-v><Up-Arrow>' (Press the actual keys, don't just paste that line.) Regards, Frank _______________________________________________ Grml mailing list - [email protected] http://ml.grml.org/mailman/listinfo/grml join #grml on irc.freenode.org grml-devel-blog: http://blog.grml.org/
