config / .tmux.conf /
Sébastien MARQUE ajout conf tmux
1bf98fa 8 years ago
1 contributor
10 lines | 0.458kb
set -g status-right ''
set -g status-left  ''
set -g window-status-current-format ''
set -g window-status-format '#{window_index}#{window_flags} #{=20:window_name}'
bind-key Escape copy-mode
bind-key C-b    last-window
#set -g status-utf8 on
if-shell "test $(hostname) = raspberrypi" "set-option -g status-bg white"
if-shell "test $(hostname) = section" "set-option -g status-bg red"
if-shell "test $(hostname) = piledelinge" "set-option -g status-bg green"