mirror of https://github.com/nirenjan/dotfiles.git
Use xterm-256color as default terminal in tmux
parent
0b65aa901d
commit
ce278e2527
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue