Use xterm-256color as default terminal in tmux

vimbundler
nirenjan 2013-07-30 12:15:50 -07:00
parent 0b65aa901d
commit ce278e2527
1 changed files with 1 additions and 1 deletions

View File

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