Added italics config to tmux

This commit is contained in:
Wryn Wagner
2020-01-23 16:04:49 -07:00
parent c748106046
commit fe57223828
4 changed files with 17 additions and 1 deletions

View File

@ -8,7 +8,7 @@ bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
bind-key -n M-r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
# force color
set -g default-terminal "screen-256color"
set -g default-terminal "tmux"
# force utf-8
setw -gq utf8 on