Change tmux default terminal to support more escape codes

Using tmux-256color allow support of italics and other terminal
sequences beyond what is in screen-256 supports
main
Buddy Sandidge 4 years ago
parent 8e652d7a0b
commit 5c9823f1f1

@ -29,7 +29,7 @@ set-option -g mouse on
################################################################################
# Colors
################################################################################
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
set -g terminal-overrides ",xterm-256color:Tc"
set -g status-fg white

Loading…
Cancel
Save