From a5d4874c24846a8202503398ed57851cf250deb3 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 25 Apr 2018 10:51:45 +0200 Subject: [PATCH] use xterm-256color as TERM --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6b8b726..273f09a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,8 +8,8 @@ set -g status-interval 30 set -g terminal-overrides "xterm*:XT:smcup@:rmcup@:kUP5=\eOA:kDN5=\eOB:kLFT5=\eOD:kRIT5=\eOC" set -g terminal-overrides ",*:colors=256:smso=\e[3m:rmso=\e[23m:sitm=\e[3m:ritm=\e[23m" set -g terminal-overrides ",xterm-256color:Tc" -set -ga terminal-overrides ",st-256color:Tc" -set -g default-terminal "st-256color" +set -ga terminal-overrides ",xterm-256color:Tc" +set -g default-terminal "xterm-256color" set-option -g mouse on #bind -n WheelUpPane copy-mode