tmux クイックリファレンス

目次

コマンド

# 名前をつけて新規セッション開始
$ tmux new -s name

# セッション再開
$ tmux a -t name

# セッション破壊
$ tmux kill-session -t name
$ tmux kill-server

# セッション一覧
$ tmux ls
Action Keybind

離脱

d

window new

c

window move

n p

window delete

&

左右ペイン

%

上下ペイン

"

ペイン破壊

x

ペイン移動

oq

上スクロール

}