mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +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
|
bind-key 0 select-window -t :10
|
||||||
|
|
||||||
# Terminal supports 256colors
|
# Terminal supports 256colors
|
||||||
# the world isn't ready for tmux-256color yet. `infocmp tmux-256color` can
|
# Testing if the world is ready for tmux-256color. `infocmp tmux-256color`
|
||||||
# be used to see if the current system is.
|
# can be used to see if the current system is.
|
||||||
#set -g default-terminal "tmux-256color"
|
set -g default-terminal "tmux-256color"
|
||||||
set -g default-terminal "screen-256color"
|
#set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
# Terminal emulator window titles
|
# Terminal emulator window titles
|
||||||
set -g set-titles on
|
set -g set-titles on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user