From 25a3f1afc03af8ba3b73bfe6d2358e2f7dfbfbd9 Mon Sep 17 00:00:00 2001 From: infidel Date: Thu, 20 Oct 2022 11:23:40 +0700 Subject: [PATCH] Update tmux term mode --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a55d4a4..b82563d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -77,7 +77,7 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." set -g mouse on # color -set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" # Sane scrolling # TODO: make sure this works in OSX