screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mapping ctrl+arrow keys


From: Alexander Sandler
Subject: Re: Mapping ctrl+arrow keys
Date: Tue, 5 Jan 2010 08:42:18 +0200



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 CTRL+LEFT and LEFT bound to the same sequence, so if I map CTRL+LEFT I will map plain LEFT as well.

Alex.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]