From e1df797ac1b07574d72a03e69a2fc7b321302388 Mon Sep 17 00:00:00 2001 From: DuckDuckWhale Date: Fri, 4 Nov 2022 20:50:29 -0700 Subject: [PATCH] Fix: no color in helix in tmux --- auto/tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/tmux/.tmux.conf b/auto/tmux/.tmux.conf index 7a7a197..d0b467f 100644 --- a/auto/tmux/.tmux.conf +++ b/auto/tmux/.tmux.conf @@ -1,7 +1,7 @@ set -g clock-mode-style 12 set -g default-command "${SHELL}" -set -g default-terminal "xterm-256color" -set -g history-limit 5000 +set -g default-terminal "tmux-256color" +set -g history-limit 10000 set -g prefix C-q set -sg escape-time 25 set -wg mode-keys vi