Dave Wood wrote:
> What is the correct syntax to bind left and right arrow keys? I tried e.g.:
> 
> bind left prev
> bind ^left prev
> 
> But these give errors when starting screen (something about ^x?)

Here's what I have in my .screenrc:

# Make the arrow keys switch between screens
bindkey -k kr next
bindkey -k kl prev
bindkey -k -a kr next
bindkey -k -a kl prev

-- 
William Pursell


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to