GNU screenからtmuxへ移行中です。GNU screenに強く依存はしていないから、時代はGNU screenからtmuxへ - Dマイナー志向で記述されている内容だけで移行できる。実際に使っている操作は
操作 | キー |
---|---|
ウィンドウ作成 | C-z c |
ウィンドウ移動 | C-z 数字 |
中断 | C-z d |
再開 | tmux attach |
タイトル変更 | C-z , |
しか使っていない。PrefixはC-zに変更しています。あと、
tmux -2
現在の.tmux.conf
set-window-option -g utf8 on set-option -g prefix C-z unbind-key C-b bind-key z send-prefix set-option -g status-fg white set-option -g status-bg black