用户工具

站点工具


linux:tmux

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

linux/tmux.txt · 最后更改: 2023/12/03 10:24 由 127.0.0.1