
23 Jan
2013
23 Jan
'13
09:43
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