From 597cc6edb00f87aae1fe74f5a211c2c0282bf946 Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Thu, 11 Oct 2018 19:46:23 +0200 Subject: [PATCH] Change defaut-terminal option --- tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 3191764..5c09253 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,4 +1,5 @@ -set -g default-terminal "screen-256color" +set -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal tmux-256color setw -g aggressive-resize on set -g set-titles on set -g set-titles-string "#T"