Lucas
Lucas

Reputation: 439

GNU Screen: Multiuser Synchronized Screen Switching

I am running GNU Screen in multiuser mode and have several users connected to the same instance. I was wondering how I can synchronize screen/tab switching between all users.

For example, if I do "ctrl-a 3" I would want all connected users to switch to tab 3.

Upvotes: 1

Views: 382

Answers (1)

Lucas
Lucas

Reputation: 439

I figured it out. Solution:

ctrl-a :at % select n

(where n is the screen number)

Upvotes: 3

Related Questions