目录

tmux

tmux is a terminal multiplexer.

Usage

start new:

tmux

start new with session name:

tmux new -s [name]

attach:

tmux a  #  (or at, or attach)

attach with session name:

tmux a -t [name]

Reference