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
@@ -69,7 +71,7 @@ set -g window-style bg=default
set -g window-active-style bg=default
## Status Bar: color
set-option -g status-style bg=colour0,fg=colour8,bright
set-option -g status-style bg=colour0,fg=colour8,bright
## Status Bar: Left - hostname
set -g status-left-length 70
@@ -91,10 +93,10 @@ set -g visual-activity on
# ## use send-prefix to pass C-a through to application
# #bind C-a send-prefix
#
#
# ## Make the current window the first window
# bind T swap-window -t 1
#
#
# set-option -g display-panes-active-colour colour2
# set-option -g display-panes-colour colour1
#
#