Fix colors and OSC passthru for tmux
This commit is contained in:
parent
a3b5a4347c
commit
a66cd5cad5
1 changed files with 5 additions and 5 deletions
10
.tmux.conf
10
.tmux.conf
|
@ -1,12 +1,12 @@
|
||||||
# Enable 256-color
|
# Allow true color regardless of terminal
|
||||||
set -g default-terminal "tmux-256color"
|
set-option -ag terminal-features ",*:RGB"
|
||||||
|
|
||||||
|
# Enable passthru
|
||||||
|
set-option -g allow-passthrough all
|
||||||
|
|
||||||
# Renumber things when a window is closed
|
# Renumber things when a window is closed
|
||||||
set-option -g renumber-windows on
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
# Add truecolor support (tmux info | grep Tc)
|
|
||||||
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
|
||||||
|
|
||||||
# Interit term title from active tmux pane title
|
# Interit term title from active tmux pane title
|
||||||
set-option -g allow-rename on
|
set-option -g allow-rename on
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue