From 6e4c35fcc7a98130b3d1f790e39902a25f3f6cbc Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 12 Jun 2022 21:02:52 +0200 Subject: [PATCH] Setting terminal type --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 96aafd4..3e777c7 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -40,3 +40,5 @@ set-window-option -g message-style fg=#111111,bold,bg=#eeeeee set-option -g status-style fg=white,bg=#8317dd set-window-option -g window-status-separator | +# Set Terminal type +set -g default-terminal "xterm-256color"