Make tmux use xterm-16color

xterm-256color has issues with solarized in Vim
master
nirenjan 2015-02-25 18:11:52 -08:00
parent e333aac538
commit 57a8dba6ba
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ unbind-key C-b
set-option -g prefix C-s
bind-key C-q send-prefix
# Use 256 color mode
set-option -g default-terminal "xterm-256color"
# Use 16 color mode
set-option -g default-terminal "xterm-16color"
# Set the Esc/Alt disambiguation timeout to 50ms
# The default is 500ms, which makes vim kind of painful