Tmux Italics
Modified .tmux.conf to enable italic text (and maybe more) in Windows terminal (and maybe more)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
## make tmux display things in 256 colors
|
## 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 scrollback history to 10000 (10k)
|
||||||
set -g history-limit 10000
|
set -g history-limit 10000
|
||||||
|
|||||||
Reference in New Issue
Block a user