tmux.conf

~/.tmux.conf こんな感じで使っている。基本、カラーなしで目立たず。

set-option -g prefix C-j
set-option -g mode-keys vi
bind-key C-j send-prefix
bind-key b break-pane
bind-key j join-pane
set-option -g base-index 1
set-option -g bell-action current
set-option -g copy-mode-position-style reverse
set-option -g copy-mode-selection-style reverse
set-option -g message-style none
set-option -g mode-style reverse
set-option -g pane-active-border-style none
set-option -g pane-border-line simple
set-option -g pane-border-style none
set-option -g renumber-windows on
set-option -g status-right "#h %R"
set-option -g status-style none
set-option -g visual-bell on
set-option -g window-status-activity-style none
set-option -g window-status-bell-style blink
set-option -g window-status-current-style reverse

ちなみに、起動する時は以下のような感じ。ssh でログインする時に自動起動するようにしているので、手動で入力することはあまりない。

$ tmux -l -2 new -A -s 0