diff --git a/tmux.conf b/tmux.conf index a3b894c..1e44d5d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,2 +1,8 @@ unbind C-b set -g prefix C-o + +set -g set-titles on +set -g set-titles-string "#h: #W [#I]" + +set -g status-bg black +set -g status-fg white