Hi Andras,
On Fri, Oct 21, 2011 at 6:17 PM, Andras Simon wrote:
> 2011/10/21, suvayu ali :
>> I have tried that, without the ^a it simply ignores the cursor keys. :(
>> That said a line like this (with printable characters) work as expected:
>>
>> bind ' ' windowlist -b
>>
>> The above shows me t
2011/10/21, suvayu ali :
> On Fri, Oct 21, 2011 at 5:02 PM, Andras Simon wrote:
>>> I have tried that too. For lines like these,
>>>
>>> bind ^a^[[D prev
>>> bind ^a^[[C next
>>>
>>> I get an error like this:
>>>
>>> bind character ^x, or (octal) \032 expected.
>>
>> Are you sure you need that
On Fri, Oct 21, 2011 at 5:02 PM, Andras Simon wrote:
>> I have tried that too. For lines like these,
>>
>> bind ^a^[[D prev
>> bind ^a^[[C next
>>
>> I get an error like this:
>>
>> bind character ^x, or (octal) \032 expected.
>
> Are you sure you need that ^a there? I'd think that's not part o
2011/10/21, suvayu ali :
> Hi Andras,
>
> Thank you for your response.
>
> On Fri, Oct 21, 2011 at 3:15 PM, Andras Simon wrote:
>>
>> How about screen's own bind command (see man screen)?
>> I haven't used it, but that's what I would look at first.
>>
>
> I have tried that too. For lines like thes
Hi Andras,
Thank you for your response.
On Fri, Oct 21, 2011 at 3:15 PM, Andras Simon wrote:
>
> How about screen's own bind command (see man screen)?
> I haven't used it, but that's what I would look at first.
>
I have tried that too. For lines like these,
bind ^a^[[D prev
bind ^a^[[C next
2011/10/21, suvayu ali :
> Hi everyone,
>
> I have been trying to setup some keybindings for screen but have been
> rather unsuccessful so far. The documentation is very difficult to
> understand / follow for me. I was wondering if someone could help me
> understand how to specify key combinations
Hi everyone,
I have been trying to setup some keybindings for screen but have been
rather unsuccessful so far. The documentation is very difficult to
understand / follow for me. I was wondering if someone could help me
understand how to specify key combinations with modifier keys.
I want to be ab