mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-12 15:47:21 +01:00
tmux.conf: the world isn't ready for tmux-256color
This commit is contained in:
parent
73d3d51377
commit
8191079790
@ -23,10 +23,9 @@ 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
|
||||||
# In case of older ncurses than 6 / terminfo problems, put the
|
# the world isn't ready for tmux-256color yet.
|
||||||
# tmux-old-ncurses.bash to ~/.custom or somewhere it gets read on shell
|
#set -g default-terminal "tmux-256color"
|
||||||
# startup.
|
set -g default-terminal "screen-256color"
|
||||||
set -g default-terminal "tmux-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