Swap to screen-256color term for tmux
tmux-256color disappered on my mac
This commit is contained in:
parent
baa9b23b73
commit
0f96506b4d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue