Hacker News new | ask | show | jobs
by eatonphil 3635 days ago
Sure, here's how it works with tmux:

1. Install weechat, tmux, mosh

2. Make sure firewall allows mosh

3. Start a named tmux session (tmux new -s weechat)

4. Start weechat

5. Detach session (Ctrl-a d)

6. Connect using mosh and attach the session (mosh myvps 'tmux a -t weechat')