tmux.conf: the world isn't ready for tmux-256color

This commit is contained in:
Aminda Suomalainen 2017-10-13 16:12:20 +03:00
parent 73d3d51377
commit 8191079790
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 4 deletions

View File

@ -23,10 +23,9 @@ set -g base-index 1
bind-key 0 select-window -t :10
# Terminal supports 256colors
# In case of older ncurses than 6 / terminfo problems, put the
# tmux-old-ncurses.bash to ~/.custom or somewhere it gets read on shell
# startup.
set -g default-terminal "tmux-256color"
# the world isn't ready for tmux-256color yet.
#set -g default-terminal "tmux-256color"
set -g default-terminal "screen-256color"
# Terminal emulator window titles
set -g set-titles on