From 5ecba69f6bda1ba6feafd2ca108c8ac76a164fdf Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Sun, 9 Jul 2023 09:39:13 +0200 Subject: [PATCH] Fix --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 1d1d3d1..279336d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -18,6 +18,7 @@ set -g @tmux-gruvbox 'dark' bind r source-file ~/.tmux.conf +set -g default-terminal xterm-256color set -ga terminal-overrides ",xterm-256color:Tc" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)