Last major change: 10th March 2023
This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).
Running this script should look the same in tmux as without.
curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Convert man pages to PDF and open them in the default PDF viewer. | |
# PDFs are cached when created. | |
# By Tom Harrington, tph at atomicbird dot com, 16 March 2005 | |
# Directory to save cached PDFs in | |
# (if you don't want long-term caching, you could use /tmp/). | |
CACHEDIR=~/Library/Caches |