diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c8a5773..6935b40 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -86,7 +86,7 @@ bind-key -n C-Down swap-pane -s '{down-of}' bind-key -n C-Left swap-pane -s '{left-of}' bind-key -n C-Right swap-pane -s '{right-of}' -# set -g default-terminal "xterm-256color" +set -g default-terminal "xterm-256color" # tell Tmux that outside terminal supports true color # set -ga terminal-overrides ",xterm-256color*:Tc"