fix(tmux): Re-add italic text

This commit is contained in:
Oliver Davies 2021-08-09 22:53:38 +01:00
parent 7c89dbe63e
commit b32cae96a3

View file

@ -9,7 +9,7 @@ bind-key -n C-k select-pane -U
bind-key -n C-l select-pane -R
set-option -g status-keys "emacs"
set-option -g default-terminal "screen-256color"
set-option -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",*256col*:Tc"
bind-key - split-window -v -c '#{pane_current_path}'