From 56d9cf12dbb2f0bf40652fca9e87189bcbf6f1c3 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 21 Dec 2021 10:55:13 +0100 Subject: [PATCH] formatting --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"