From 4be208a732753eb0d69bd5ae0be26b35bc3fb274 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 24 Feb 2020 18:25:52 -0700 Subject: [PATCH] Add tmux terminal RGB override --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index f0bf1e9..69478dd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,5 @@ +set-option -sa terminal-overrides ",$TERM:RGB" + set -g prefix C-k set -g escape-time 20 set -g mouse on