From a793af1c138ac98145ebe2e449c4272829c8ac22 Mon Sep 17 00:00:00 2001 From: David Anguita Date: Fri, 16 Feb 2024 11:17:57 +0100 Subject: [PATCH] (shell) Set TERM environment to 'screen-256color' --- bash_environment | 2 +- tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_environment b/bash_environment index 795abe5..c87928e 100644 --- a/bash_environment +++ b/bash_environment @@ -1,5 +1,5 @@ # term -export TERM="xterm-256color" +export TERM="screen-256color" # locale export LC_ALL=en_US.UTF-8 diff --git a/tmux.conf b/tmux.conf index 4e1b85a..41865d0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -67,7 +67,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -i -selectio bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -i -selection clipboard' # Look good -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" # Start window index of 1 instead of 0 set -g base-index 1