From 932fc4847b08175d6fb45961f3e9790101fa983f Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 1 Jan 2021 15:03:22 +0100 Subject: tmux: Switch TERM .tmux.conf: Switch TERM to screen-256color, because tmux-256color breaks a few terminal applications (e.g. ncmpcpp, ikhal) on resize. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 03707e7..2b25399 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,7 @@ # Ring the bell if any background window rang a bell set -g bell-action any -set -g default-terminal "tmux-256color" +set -g default-terminal "screen-256color" # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's -- cgit v1.2.3-54-g00ecf