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"
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue