From 94064771ce8f1c3e81715794b8026a6142e40b67 Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 26 Jun 2019 21:50:43 +0200 Subject: [PATCH] Enable truecolor support in tmux --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 7a3c0db..4585482 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,8 @@ # use vim copy/paste keybindings setw -g mode-keys vi -set -g default-terminal "tmux-256color" set -g default-shell /bin/bash +set -ga terminal-overrides ",tmux-256color:Tc" # split panes using | and - bind | split-window -h