I have the biggest man-crush on screen.
Screen cheat sheet - including how to do splits!
Linux Screen Tutorial and How-To
Sharing Screens with Coworkers
A linux.com article shows you how to do this. Article in a brief instant::
You (username: bob):
$ screen -S easy_to_remember_session_name Control-A :multiuser on Control-A :acladd other_person_short_login_name Control-A :acladd root # <-- in case other person is using sudo screen -x...
They:
screen -x bob/easy_to_remember_session_name OR sudo screen -x bob/easy_to_remember_session_name
Use of scroll buffer
Splitting what you see into regions
Splits in GNU Screen are useful.
Vertical Splits on OS X
- Install screen from Macports. Macports includes the "vertical split" patch.
- Now Control-A, V will give you a vertical split.
To resize these you have to select the leftmost one and: Control-A : (to enter command mode)
- : resize -30
You have to do this on the left most (right will not work) Comments:
Add comments by visiting: Screen/Comments