diff --git a/home/user/.tmux.conf b/home/user/.tmux.conf index 5292ff0..16c818c 100644 --- a/home/user/.tmux.conf +++ b/home/user/.tmux.conf @@ -14,6 +14,7 @@ bind -r C-l select-pane -R # move right bind -r C-n next-window bind -r C-p previous-window +set-option -ga terminal-overrides ",xterm-256color:Tc" set -g status-right '%d.%m.%Y %H:%M' @@ -56,4 +57,4 @@ set -g set-titles on set -g set-titles-string '#S:#I.#P #W' setw -g clock-mode-colour green -setw -g clock-mode-style 24 +setw -g clock-mode-style 24 \ No newline at end of file