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