diff --git a/.tmux.conf b/.tmux.conf index be4b8d7..3397dc4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,8 @@ -set -g status-bg colour248 -set -g status-fg colour232 +set -g status-bg colour18 +set -g status-fg colour7 -set -g prefix C-g -bind-key C-g send-prefix +set -g prefix C-t +bind-key C-t send-prefix set -g default-terminal "screen-256color" set -g set-titles on