From ea141108f74a3ad5711b2a73b000d323cb78c86d Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Wed, 14 Apr 2021 12:36:02 +0200 Subject: [PATCH] Added tmux dotfile Signed-off-by: Louis Vallat --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..34d9076 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal "screen-256color" +# tell Tmux that outside terminal supports true color +set -ga terminal-overrides ",xterm-256color*:Tc"