| screen -x for remote pairprogramming
|
|
25 Sep 04 |
This tiny tool is great to have 2 people look and type into the same shell
window. Works great with vim :-)
- Both ssh or telnet into the same (remote) Unix machine and account.
- One enters screen, [space], vim, then the other enters screen -x.
- ctrl-d to exit screen)
|