How to set escape combination in GNU screen to CTRL+TAB?
Also, how to set keybindings to SHIFT+Left/Right for switching to next/previos tabs in screen?
I tryed:
escape ^|
escape ^Tab
escape ^[[27;5;9~
bindkey ^[[1;3D prev
bindkey ^[[1;3C next
none of those worked.
New contributor
Feodor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.