Restores TrueColor to tmux.conf
This commit is contained in:
parent
4541cd769c
commit
328fd88e98
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ bind C-q send-prefix
|
|||
|
||||
|
||||
# COLORS!
|
||||
set -g default-terminal "tmux-256color-italic"
|
||||
set -ga terminal-overrides ",xterm-256color-italic:Tc"
|
||||
set -g default-terminal "screen-256color"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
|
||||
|
||||
#copy-paste fixes: http://evertpot.com/osx-tmux-vim-copy-paste-clipboard/
|
||||
|
|
Loading…
Reference in a new issue