🐛 fix(tmux): some issues when rendering text inside kitty
This commit is contained in:
parent
d3bbbcbe5d
commit
2ac0021875
1 changed files with 3 additions and 1 deletions
|
@ -2,8 +2,10 @@
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# Theming and layout
|
# Theming and layout
|
||||||
set-option -g default-terminal screen-256color
|
set -g default-terminal "${TERM}"
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
|
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
|
||||||
|
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
|
||||||
|
|
||||||
# Windows and panes
|
# Windows and panes
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue