Tmux
The Book of Knowledge
tmux.md
Tmux Quick Reference
Named Session
tmux new -s TMUX_TEST
Attaching
- tmux 2.X:
tmux attach || tmux - tmux 3.X:
tmux -A[//]: # ( vim: set ai et nu sts=2 sw=2 ts=2 tw=78 filetype=markdown :)
tmux new -s TMUX_TEST
tmux attach || tmuxtmux -A
[//]: # ( vim: set ai et nu sts=2 sw=2 ts=2 tw=78 filetype=markdown :)