diff --git a/tmux.conf b/tmux.conf index 9d8da6f..0d69886 100644 --- a/tmux.conf +++ b/tmux.conf @@ -80,7 +80,7 @@ set-window-option -g automatic-rename # 2.5 and lower: # set -g default-terminal "screen-256color" -# # True color settings, see https://jdhao.github.io/2018/10/19/tmux_nvim_true_color/ for the details. +# True color settings, see https://jdhao.github.io/2018/10/19/tmux_nvim_true_color/ for the details. set -g default-terminal "xterm-256color" # If terminal supports true color, use the following options. set -ga terminal-overrides ",xterm-256color*:Tc"