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