Hacker News new | ask | show | jobs
by jonathan_s 3644 days ago
Also check out pymux: https://github.com/jonathanslenders/pymux
1 comments

>When several clients are attached to the same session, each client can watch a different window. When clients are watching different windows, every client uses the full terminal size.

Nice.

Tmux supports this as well, just use "tmux new-session -t xy" instead of "tmux attach-session -t xy".