To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

GNU Screen Key Bindings

Kurt Jacobson - Fri 23/12/2016 19:20:06 CET +0100

I use GNU screen to manage sessions in PuTTY. I like to split the screen and navigate with Ctrl+Arrow keys

Here are the key bindings from my .screenrc...
bindkey "[[A" focus up
bindkey "[[B" focus down
bindkey "[[C" focus right
bindkey "[[D" focus left

These work great in PuTTY, but in KiTTY, the screen flashes when I use the Ctrl+Arrow keys.

Is there any way I can work around this? I like what I've seen so far with KiTTY, but if this won't work, I'll have to go back to PuTTY

Thanks,
Kurt

Kurt Jacobson - Fri 23/12/2016 19:35:53 CET +0100

Answering my own question...

These keybindings work with KiTTY...

bindkey "[[1;5A" focus up
bindkey "[[1;5B" focus down
bindkey "[[1;5C" focus right
bindkey "[[1;5D" focus left






Answer


The forum is actually closed