diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 5d764b0..b532da6 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,5 +1,5 @@ set -g set-titles on -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" set -ga terminal-overrides ",*:Tc:Se=\E[2 q" set -g renumber-windows on setw -g aggressive-resize on