Friday, March 4, 2011

How to move windows tabs in GNU Screen?

How to move windows tabs in GNU Screen?

Type following command in screen:

^a:number 0

Explanation:
^a // the host key for screen
:number // typed literally. The command.
0 // the position to move the current screen to.

No comments: