$ tmux new -s bar
> sessions should be nested with care, unset $TMUX to force
为了解决这个问题,我们创建了一个新的分离会话,
$ tmux new -s bar -d
$ tmux ls
> development: 1 windows (created Wed Jan 13 11:31:38 2016) [204x54] (attached)
> foo: 1 windows (created Wed Jan 13 11:31:38 2016) [204x54]
> bar: 1 windows (created Wed Jan 13 17:19:35 2016) [204x54]
周期(转换)课程
Prefix(上一届会议
Prefix)下次会议
注意: Prefix默认为 Ctrl-b。你可以将 Prefix绑定到 Ctrl-a,在 Mac OSX 中你可以将大写锁定改为 ctrl system preferences > keyboard > modifier keys
在 tmux 内使用命令模式连接到会话
试图附加到会话而不分离会导致错误。
$ tmux attach -t development
> sessions should be nested with care, unset $TMUX to force