Key note categories and examples for tech issues

Tmux italics not working

This is an example note

I took this note when I encountered an issue where italics were not working in tmux. I pasted some screenshots to explain the issue and how I fixed it.

it works properly without tmux.

Screenshot 2023-10-04 at 11.05.00 Both on tmux and without tmux:

echo $TERM
xterm-256color

Added:

set -as terminal-overrides ',xterm*:sitm=\E[3m'

Restarted tmux.

printf '\033[3mabcdef'

It solved!

Screenshot 2023-10-04 at 11.10.44

For some reason, undercurl starts working 🤯

Screenshot 2023-10-04 at 11.11.03

Get help

Got any questions about this page? Feel free to ask them on the user forum here.