diff --git a/.tmux.conf b/.tmux.conf index d35c15e..7aabe53 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,7 @@ bind-key e send-prefix set -g status-position bottom set -g status-bg colour234 +set -g default-terminal "screen-256color" set -g status-fg colour137 set -g status-left '' set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' @@ -16,6 +17,3 @@ setw -g window-status-current-format ' #I#[fg=colour250]:#[fg=colour255]#W#[fg=c setw -g window-status-format ' #I#[fg=colour237]:#[fg=colour250]#W#[fg=colour244]#F ' set-option -g history-limit 5000 - - -