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.
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!
For some reason, undercurl starts working 🤯
Get help
Got any questions about this page? Feel free to ask them on the user forum here.