From 8a6f281ffafa3eaceda12376ec842a4d943ae24f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 1 Jul 2021 10:59:33 +0000 Subject: [PATCH] Use the tmux-256color terminal name --- roles/home-cli/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index 24f000e..ab5b35f 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -5,7 +5,7 @@ bind-key R source-file "${HOME}/.tmux.conf" bind-key S command-prompt -p "Move to:" "swap-pane -s. -t%1 \; select-pane -t%1" set-option -g base-index 1 set-option -g default-command "$SHELL" -set-option -g default-terminal "screen-256color" +set-option -g default-terminal "tmux-256color" set-option -g display-panes-time 5000 set-option -g mouse on set-option -g pane-base-index 1