Swap to screen-256color term for tmux

tmux-256color disappered on my mac
This commit is contained in:
Andrew Tomaka 2021-04-01 00:54:54 -04:00
parent baa9b23b73
commit 0f96506b4d
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -2,8 +2,8 @@
bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded" bind-key r source-file ~/.tmux.conf \; display-message " ✱ ~/.tmux.conf is reloaded"
# colors # colors
set -g default-terminal "tmux-256color" set -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc" set-option -ga terminal-overrides ",*-256color:Tc"
# faster escaping? From neovim CheckHealth # faster escaping? From neovim CheckHealth
set-option -sg escape-time 10 set-option -sg escape-time 10