From e1759cd443901a103e25eddabc355c92732294d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Fri, 29 Dec 2023 10:21:14 +0300 Subject: [PATCH] Set terminal type --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"