From 75f6cdaab286e4c0d1e6597a907c2e8281a99c22 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Wed, 15 Mar 2023 15:15:13 +0000 Subject: [PATCH] set tmux terminal type --- users/tsv/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/tsv/tmux.conf b/users/tsv/tmux.conf index 139d967..5c63bbb 100644 --- a/users/tsv/tmux.conf +++ b/users/tsv/tmux.conf @@ -7,7 +7,7 @@ bind-key C-o last-window set-option -g prefix C-o unbind-key C-b -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g history-limit 10000 set -g history-file ~/.dotfiles/.tmux_history