mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
tmux.conf: try if the world is ready for tmux-256color
Debian 9 and Ubuntu 18.04 should be and those are the systems I encounter the most.
This commit is contained in:
parent
1b25a25416
commit
8b23fb142f
@ -23,10 +23,10 @@ set -g base-index 1
|
||||
bind-key 0 select-window -t :10
|
||||
|
||||
# Terminal supports 256colors
|
||||
# the world isn't ready for tmux-256color yet. `infocmp tmux-256color` can
|
||||
# be used to see if the current system is.
|
||||
#set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
# Testing if the world is ready for tmux-256color. `infocmp tmux-256color`
|
||||
# can be used to see if the current system is.
|
||||
set -g default-terminal "tmux-256color"
|
||||
#set -g default-terminal "screen-256color"
|
||||
|
||||
# Terminal emulator window titles
|
||||
set -g set-titles on
|
||||
|
Loading…
Reference in New Issue
Block a user