From 6c3740c51318843b52e93f52200caab95f1e3e08 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 15 Feb 2026 12:09:16 -0500 Subject: [PATCH] fix(tmux): use proper term --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 0e6cdc0..9775bf4 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -11,7 +11,7 @@ set -g prefix M-x unbind C-b bind M-x send -set -g default-terminal "$TERM" +set -g default-terminal "tmux-256color" set -g default-shell "$SHELL" set -g renumber-windows on