added italic support to tmux

This commit is contained in:
pSox 2020-06-19 19:25:45 +01:00
parent 4148a1853d
commit 8fc693c1b8
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ set -g status-right '#T #[fg=yellow,bold]#(uptime -p)#[default] #[fg=cyan,bold]%
set -g set-titles on
setw -g aggressive-resize on
setw -g monitor-activity on
set -g xterm-keys on
set -g default-terminal "xterm-256color"
set -as terminal-overrides ',xterm*:sitm=\E[3m'
# Refresh status line every 5 seconds
set -g status-interval 5