tmux使い方

操作 コマンド セッションの作成 tmux, tmux new 名前を付けて作成 tmux new -s mysession セッションの削除 tmux kill-session -t mysession 現在のセッション以外を削除 tmux kill-session -a セッションの一覧表示 tmux ls セッションを再開 tmux attach、tmux a 名前指定でセッションを再開 tmux attach -t mysession、tmux a -t mysession

tmuxの設定

tmuxの設定は~/.tmux.confファイルに書く.


iterm2との連携