tmux

Easy way to use tmux.

Show session list

tmux ls

Create a new session

tmux new -s <session-name>

Attach a session

tmux attach -t <session-name>

or

tmux a -t <session-name>
Author: ismdeep
License: Copyright (c) 2021 CC-BY-NC-4.0 LICENSE