# HG changeset patch # User zegervdv # Date 1614621067 -3600 # Node ID 44442a6b8aa697c5cbe3da46c1aed97d2136f96c # Parent d6c684c651bfad4d2a3836c3fe7a3946d648096f Set the smso option to make italics work in tmux diff -r d6c684c651bf -r 44442a6b8aa6 dot_tmux.conf --- a/dot_tmux.conf Sat Feb 27 10:35:36 2021 +0100 +++ b/dot_tmux.conf Mon Mar 01 18:51:07 2021 +0100 @@ -14,8 +14,9 @@ set -u status-right \;\ refresh-client -S # improve colors -set -g default-terminal 'xterm-256color' -set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal 'tmux-256color' +set -as terminal-overrides ',xterm*:Tc:smso=\E[3m' +set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q' set-option -g allow-rename off set-window-option -g automatic-rename off