Default pefix key <Prefix>
is Ctrl+b
Installation
$ sudo apt-get install tmux
config
~/.tmux.conf
Reload
$ tmux source-file ~/.tmux.conf
Attach
$ tmux attach
視窗(Windows)
- 新增一個視窗
<Prefix>c
- 下一個視窗
<Prefix>n
- 上一個視窗
<Prefix>p
- 選單
<Prefix>w
- 關視窗
<Prefix>x
Panes
- 水平分割
<Prefix>%
- 垂直分割
<Prefix>"
- Resize
<Prefix><Meta-Up[Down][Left][Right]>
- Close
<Prefix>x
視窗(Windows)
- 新增一個視窗
<Prefix>c
- 下一個視窗
<Prefix>n
- 上一個視窗
<Prefix>n
- 選單
<Prefix>w
- 關視窗
<Prefix>x
- 重新命名
<Prefix>,
More
- dayid's screen and tmux cheat sheet
- Manual Pages: tmux(1)
- ▶ tmux Quick Start - YouTube http://blog.chh.tw/posts/tmux-terminal-multiplexer/
- 進化版 screen - tmux