From 7f21b42fc04a12f86493f002a0724fbb066d91c6 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Apr 2019 20:56:24 +0200 Subject: [PATCH] Use provided TERM --- terminals/tmux/tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/terminals/tmux/tmux.conf b/terminals/tmux/tmux.conf index 595b680..202af92 100644 --- a/terminals/tmux/tmux.conf +++ b/terminals/tmux/tmux.conf @@ -64,9 +64,8 @@ set -g message-style fg=white,bg=black,bright # address vim mode switching delay (http://superuser.com/a/252717/65504) set -s escape-time 0 -# set -g default-terminal "screen-256color" -set -g default-terminal "tmux-256color-italic" -set-option -ga terminal-overrides ",xterm-termite:Tc" +set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-*color:Tc" set -g set-titles on set -g set-titles-string "[#S] $USER@#H:#{pane_current_path} #{pane_current_command}"