From 76ba8a2e2bb612389c48433767a9e6b0f190b614 Mon Sep 17 00:00:00 2001 From: Matthew Broomfield Date: Fri, 7 Aug 2020 20:30:39 +0000 Subject: [PATCH] use tmux-256color instead of screen-256color Fixes #382 https://github.com/tmux/tmux/wiki/FAQ#i-dont-see-italics-or-italics-and-reverse-are-the-wrong-way-round --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1b210a8..f427941 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,7 +9,7 @@ # -- general ------------------------------------------------------------------- -set -g default-terminal "screen-256color" # colors! +set -g default-terminal "tmux-256color" # colors! setw -g xterm-keys on set -s escape-time 10 # faster command sequences set -sg repeat-time 600 # increase repeat timeout