diff --git a/roles/tmux/files/tmux.conf b/roles/tmux/files/tmux.conf index 90eac9f..ac4bce5 100644 --- a/roles/tmux/files/tmux.conf +++ b/roles/tmux/files/tmux.conf @@ -1,9 +1,11 @@ #Prefix is Ctrl-a set -g default-terminal "screen-256color" +set -g status-style 'bg=#333333 fg=#5eacd3' + +unbind C-b set -g prefix C-a bind C-a send-prefix -unbind C-b set -sg escape-time 1