default-terminal should be tmux-256color instead
This commit is contained in:
parent
2906158d1d
commit
d6ce5403cb
|
@ -94,7 +94,7 @@ bind '"' choose-window
|
|||
bind r source-file ~/.tmux.conf
|
||||
|
||||
# Set TERM to 256 colors
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
||||
# Start window numbering at 1
|
||||
set -g base-index 1
|
||||
|
|
Loading…
Reference in New Issue