From 8ee9c2e78f00e6758c93bd95f6b2f7e7c6932694 Mon Sep 17 00:00:00 2001 From: FedericoGarza Date: Tue, 7 Nov 2023 22:47:45 +0000 Subject: [PATCH] feat: preserve nvim colors when used inside tmux --- terminal/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/terminal/.tmux.conf b/terminal/.tmux.conf index d8819cd..6df0978 100644 --- a/terminal/.tmux.conf +++ b/terminal/.tmux.conf @@ -5,6 +5,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'catppuccin/tmux' # Set options +set-option -sa terminal-overrides ",xterm*:Tc" set-option default-terminal "screen-256color" set-option -g default-command "source ~/.zshrc; zsh"