$ cat ~/.tmux.conf # prefixをCtrl-qに変更(デフォルトはC-b) set-option -g prefix C-q unbind-key C-b bind-key C-q send-prefix # UTF-8対応 setw -g utf8 on set -g status-utf8 on # Esc入力時の待ち時間をキャンセル set-option -s escape-time 0 # アクティブウィンドウを目立たせる setw -g window-status-current-fg white setw -g window-status-current-bg red setw -g window-status-current-attr bright # アクティブペインを目立たせる set -g pane-active-border-fg white s