screen-users
[Top][All Lists]
Advanced

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

Re: Binding left and right arrow keys


From: William Pursell
Subject: Re: Binding left and right arrow keys
Date: Sun, 21 Dec 2008 19:35:55 +0000
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

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




reply via email to

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