tmux メモ

- tmux

概要

コマンド

tmux new -s <セッション名>
tmux a
tmux a -t <セッション名>
tmux rename -t <変更前セッション名> <変更後セッション名>
tmux ls
Ctrl-b : resize-pane -U <数字>

参考