From 3d8f5b235f7c8c83b738885e220c496a381fb726 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 8 Oct 2020 19:21:30 +0200 Subject: [PATCH] [byobu] enabled true color support for tmux (for vim) --- .byobu/profile.tmux | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .byobu/profile.tmux diff --git a/.byobu/profile.tmux b/.byobu/profile.tmux new file mode 100644 index 0000000..4833801 --- /dev/null +++ b/.byobu/profile.tmux @@ -0,0 +1,2 @@ +source $BYOBU_PREFIX/share/byobu/profiles/tmux +set -ga terminal-overrides ",*256col*:Tc"