From 527e678b8b0a562bec3db03de1117f949e91f898 Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Tue, 24 Nov 2020 13:08:32 +0100 Subject: [PATCH] Change tmux color configuration --- .tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index a9af337..1f275b1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -106,8 +106,8 @@ if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1 # Colors # How to use true colors in vim under tmux? #1246 for 2.6 and higher # https://github.com/tmux/tmux/issues/1246: -# set -g default-terminal "tmux-256color" -# set -ga terminal-overrides ",*256col*:Tc" +set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",*256col*:Tc" # 2.5 and lower: # set -g default-terminal "screen-256color" @@ -127,3 +127,5 @@ set -g @plugin 'jimeh/tmux-themepack' set -g @themepack 'powerline/default/cyan' run -b '~/.tmux/plugins/tpm/tpm' + +# run-shell "~/.tmux/boot.sh"