Tmux Italics

Modified .tmux.conf to enable italic text (and maybe more) in Windows
terminal (and maybe more)
This commit is contained in:
2024-04-02 08:20:54 -04:00
parent 6422d421ce
commit 88d49c1c5b

View File

@@ -1,5 +1,7 @@
## make tmux display things in 256 colors
set -g default-terminal "screen-256color"
## Getting italics working correctly in tmux
## https://unix.stackexchange.com/a/745718
set -g default-terminal "tmux-256color"
## set scrollback history to 10000 (10k)
set -g history-limit 10000