Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does tmux have anything like screen -R?


Nothing like -R, but attaching tmux lets you swap the client between different sessions with `<your prefix> L` for last, `s` for an interactive list or `(`, `)` for next/previous, and some others I forget.

If you want to list sessions before attaching then there's `tmux ls` :)


tmux attach


tmux new-session -A [-s <session name>]




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: