about summary refs log tree commit diff
path: root/configs/shared/.tmux.conf
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2017-07-31T03·32-0400
committerWilliam Carroll <wpcarro@gmail.com>2017-07-31T03·56-0400
commit328fd88e98dc5a345161007b7a2324db3d111b60 (patch)
treeb5a1d7a53d2444b0690067cef787c0a7e2bc60ea /configs/shared/.tmux.conf
parent4541cd769cdf6c3635752a9677c0fc8694ec8300 (diff)
Restores TrueColor to tmux.conf
Diffstat (limited to 'configs/shared/.tmux.conf')
-rw-r--r--configs/shared/.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/shared/.tmux.conf b/configs/shared/.tmux.conf
index 037529b6b394..251e5ddb7744 100644
--- a/configs/shared/.tmux.conf
+++ b/configs/shared/.tmux.conf
@@ -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/