From 0f96506b4da1586dac5a7cf9c31715b87dab0979 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 1 Apr 2021 00:54:54 -0400 Subject: [PATCH] Swap to screen-256color term for tmux tmux-256color disappered on my mac --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index ebcbc41..0bc883f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,8 +2,8 @@ bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded" # colors -set -g default-terminal "tmux-256color" -set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",*-256color:Tc" # faster escaping? From neovim CheckHealth set-option -sg escape-time 10