Re: Mapping ctrl+arrow keys

2010-01-04 Thread Alexander Sandler
> > For a similar problem in bash I just did this in my .inputrc: > > # For urxvt->screen > "\eOc": forward-word > "\eOd": backward-word > "\eO5C": forward-word > "\eO5D": backward-word > > Basically just add more bindings. I did something similar in .vimrc as > well. > > The thing is that I have

Re: Mapping ctrl+arrow keys

2010-01-04 Thread Brian Kroth
Alexander Sandler 2009-12-30 16:05: >I checked if anyone had this problem before. I found one guy who >complained about similar problem, but for him ctrl+left/right worked in >terminal, but didn't work in emacs. Eventually he solved it by changing >TERM variable in emacs. Unfortuna

Re: Mapping ctrl+arrow keys

2009-12-30 Thread Alexander Sandler
I checked if anyone had this problem before. I found one guy who complained about similar problem, but for him ctrl+left/right worked in terminal, but didn't work in emacs. Eventually he solved it by changing TERM variable in emacs. Unfortunately this doesn't work for me and I am completely lost. S

Mapping ctrl+arrow keys

2009-12-30 Thread Alexander Sandler
I am working with zsh over putty. Normally, I have ctrl+left and ctrl+right mapped to ^[OD and ^[OC. I bound them to backward-word and forward-word commands (which move cursor one word forward and one word backward). This works wonderfully, but somehow stops working when I start screen. From some r