avoid using tmux termcap for now, as well as truecolor support
This commit is contained in:
parent
2ec234e778
commit
8852cf1159
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue