Hi Jonathan,
to use cat to probe for keys is a fantastic trick! Thank you very
much! I really enjoy this mailing list.! Actually, using xterm and
your trick I'm able to do exactly what I want with
bindkey ^[[1;5A copy
Just to let you know: the same trick does also work in aterm using
bindkey ^[
# a similar message was posted some time ago but I did not see any
# answer. How can I bind the sequence ctrl+arrows (up, down, left
# right)? In particular, I would like to enter copy mode with
# ctrl-UpArrow. I tried something like
#
# bindkey -k ^ku copy
I saw this trick somewhere: I do this b
Hi all,
a similar message was posted some time ago but I did not see any
answer. How can I bind the sequence ctrl+arrows (up, down, left
right)? In particular, I would like to enter copy mode with
ctrl-UpArrow. I tried something like
bindkey -k ^ku copy
but I got an error. Some suggestion?
Kind