From d0672db347e007fd9cf666bbd02b66681e6b21c4 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 16 May 2024 20:53:15 -0400 Subject: tmux: Enable 24-bit color --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6979591..26ecf5f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,3 +4,4 @@ unbind-key C-b bind-key C-a send-prefix set-option -g mouse +set-option -sa terminal-features ',xterm-256color:RGB' -- cgit v1.2.3