diff --git a/hosts/pinwheel/modules/tmux/default.nix b/hosts/pinwheel/modules/tmux/default.nix index 305c82a..9bf846e 100644 --- a/hosts/pinwheel/modules/tmux/default.nix +++ b/hosts/pinwheel/modules/tmux/default.nix @@ -18,7 +18,7 @@ # https://old.reddit.com/r/tmux/comments/mesrci/tmux_2_doesnt_seem_to_use_256_colors/ set -g default-terminal "xterm-256color" set -ga terminal-overrides ",*256col*:Tc" - set -ga terminal-overrides "*:Ss=\E[%p1%d q:Se=\E[ q" + set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[ q' set-environment -g COLORTERM "truecolor" set-option -g allow-rename off