From 02240f5a7bc58314cd722f45cff0a0ad9f58a0b4 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 4 Sep 2018 20:59:47 +0200 Subject: [PATCH] tmux: Set term to tmux-256color --- dotfiles/tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index ea16a51..eacc15f 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" set -g mouse on -- 2.30.2