fix(tmux): italic not working
This commit is contained in:
parent
2695f5c1a7
commit
3b5d618934
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -g mouse on
|
|||
|
||||
# Theming and layout
|
||||
set -g status-position top
|
||||
set -g default-terminal "screen-256color"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set-option -sa terminal-overrides ",xterm-256color:RGB"
|
||||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue