Some more ricing for tmux

This commit is contained in:
madmaurice 2015-08-11 11:16:19 +02:00
parent a31bc99145
commit ae6c1fde6d

View file

@ -4,3 +4,11 @@ set-option -g status-right ""
set-option -g status-left ""
set-option -g message-bg default
set-option -g message-fg green
set-option -g status-justify centre
# start with window 1
set -g base-index 1
# window tabs
setw -g window-status-format " #[bg=default]#[fg=green]#W"
setw -g window-status-current-format " #[bg=default]#[fg=green]<#W>"