From 3cd05272cf3d92495b5ff80915513279aed44f05 Mon Sep 17 00:00:00 2001 From: Sonny Date: Mon, 28 Jan 2019 23:13:44 +0100 Subject: [PATCH] Use tmux-256color See https://github.com/tmux/tmux/wiki/FAQ#i-dont-see-italics-or-italics-and-reverse-are-the-wrong-way-round for information about italics --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 86a112b..126d330 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,7 @@ # use vim copy/paste keybindings setw -g mode-keys vi -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g default-shell /bin/bash # split panes using | and -