Re: Binding the "Ctrl + ;" key combination to "focus right" command

2015-08-27 Thread luteijn
Hi, 'ctrl-;' doesn't really exist (for certain definitions of existing), so that's why it's likely not possible to bind it to something in screen. It might be that your terminal sends the equivalent of ctrl-[ when you press ctrl and ;, or it might just not send anything. As ctrl-[ is the same

Re: Binding the "Ctrl + ;" key combination to "focus right" command

2015-08-27 Thread Micah Cowan
On Thu, Aug 27, 2015 at 2:33 AM, Gheorghe Lisca wrote: > Hi everyone, > > I just start using GNU Screen and I want to set up my configuration file. > More precisely I am trying to bind the navigation commands > "focus left" to "Ctrl + j" > "focus down" to "Ctrl + k" > "focus up" to "Ctrl + l" and

Binding the "Ctrl + ;" key combination to "focus right" command

2015-08-27 Thread Gheorghe Lisca
Hi everyone, I just start using GNU Screen and I want to set up my configuration file. More precisely I am trying to bind the navigation commands "focus left" to "Ctrl + j" "focus down" to "Ctrl + k" "focus up" to "Ctrl + l" and "focus right" to "Ctrl + ;" . I want to have this particular bindings