Re: binding ctrl-arrow

2007-04-05 Thread Giulio Bottazzi
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 ^[

Re: binding ctrl-arrow

2007-04-04 Thread Jonathan Daugherty
# 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

binding ctrl-arrow

2007-04-04 Thread Giulio Bottazzi
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