summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-05-16 20:53:15 -0400
committerMatt Turner <mattst88@gmail.com>2024-05-16 22:05:33 -0400
commitd0672db347e007fd9cf666bbd02b66681e6b21c4 (patch)
treeeb01025fa233b9ac681ca03aeb4092884e9cee35
parentcf59f9f46650799105968877804b240042a94aa3 (diff)
tmux: Enable 24-bit color
-rw-r--r--tmux/.tmux.conf1
1 files changed, 1 insertions, 0 deletions
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'