comparison dot_tmux.conf @ 355:44442a6b8aa6

Set the smso option to make italics work in tmux
author zegervdv <zegervdv@me.com>
date Mon, 01 Mar 2021 18:51:07 +0100
parents f220567b278e
children ce08bc71b455
comparison
equal deleted inserted replaced
354:d6c684c651bf 355:44442a6b8aa6
12 set -u prefix \;\ 12 set -u prefix \;\
13 set -u key-table \;\ 13 set -u key-table \;\
14 set -u status-right \;\ 14 set -u status-right \;\
15 refresh-client -S 15 refresh-client -S
16 # improve colors 16 # improve colors
17 set -g default-terminal 'xterm-256color' 17 set -g default-terminal 'tmux-256color'
18 set-option -ga terminal-overrides ",xterm-256color:Tc" 18 set -as terminal-overrides ',xterm*:Tc:smso=\E[3m'
19 set -g -a terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[2 q'
19 set-option -g allow-rename off 20 set-option -g allow-rename off
20 set-window-option -g automatic-rename off 21 set-window-option -g automatic-rename off
21 22
22 # Status bar 23 # Status bar
23 set -g set-titles 'off' 24 set -g set-titles 'off'