Fix: enable full color support in tmux
This commit is contained in:
parent
d0b89666bc
commit
aa7d62f4a2
1 changed files with 5 additions and 0 deletions
|
@ -20,3 +20,8 @@ bind -n M-Right select-pane -R
|
||||||
bind -n M-Up select-pane -U
|
bind -n M-Up select-pane -U
|
||||||
bind -n M-Down select-pane -D
|
bind -n M-Down select-pane -D
|
||||||
|
|
||||||
|
######################################################################
|
||||||
|
# Enable full color support
|
||||||
|
######################################################################
|
||||||
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -ga terminal-overrides ",*256col*:Tc"
|
||||||
|
|
Loading…
Reference in a new issue