1
0
Fork 0

avoid using tmux termcap for now, as well as truecolor support

This commit is contained in:
Von Random 2018-05-04 13:10:06 +03:00
parent 2ec234e778
commit 8852cf1159

View file

@ -28,9 +28,7 @@ set -g escape-time "0"
set -g history-limit "10000" set -g history-limit "10000"
set -g status-left-length "20" set -g status-left-length "20"
set -g status-right-length "40" set -g status-right-length "40"
set -g default-terminal "tmux" set -g default-terminal "screen"
set -g terminal-overrides ',xterm-256color:Tc'
set -g terminal-overrides ',rxvt-unicode:Tc'
set -g status-position "bottom" set -g status-position "bottom"
set -g status-justify "left" set -g status-justify "left"
set -g status-left-length "100" set -g status-left-length "100"