From f255c043d2e4ebd0e538fa653057cc202ab9864b Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 16 Mar 2020 23:37:21 +0100 Subject: [PATCH] tmux - change TERM --- conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 19c7bcc..fbca877 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -1,5 +1,5 @@ ### CONFIG -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g base-index 1 set -g renumber-windows on set -g set-titles on