feat(tmux): fix italics inside tmux

This commit is contained in:
Matej Janezic 2023-06-16 10:29:33 +02:00
parent bb00825a6c
commit df08ddeaf5
Signed by: janezicmatej
SSH Key Fingerprint: SHA256:3vE2ixAKI8uRNhob5xDwoa9mMPUsxsM4QRHNcPuMHew
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
set -ga terminal-overrides ",xterm-256color:Tc"
set-option -g default-terminal "screen-256color"
set -g default-terminal "xterm-256color"
set -ag terminal-overrides ",xterm-256color:RGB"
set -s escape-time 0
unbind C-b
set-option -g prefix C-s
bind-key C-s send-prefix
# set -g status-style 'bg=#333333 fg=#5eacd3'
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
set -g base-index 1