From b32cae96a390a9f854d944b92bd2f55097f96727 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 9 Aug 2021 22:53:38 +0100
Subject: [PATCH] fix(tmux): Re-add italic text

---
 tmux/.tmux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 3fb6adbc..95aef89c 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -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}'