tmux 简要笔记
几个概念
session
window
pane
Install
brew install tmux
yum install -y tmux
apt-get install tmuxcli commands
新建 Session
tmux
tmux new -s <session-name>查看所有的 Session
回到指定的 Session
杀死 Session
prefix commands
$prefix: ctrl + b
session
window
pane
others
Last updated
Was this helpful?