From 52446ec156240050eb69c3d148778c8d626a4f91 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Wed, 2 Feb 2022 10:14:57 -0500 Subject: routine updates --- tmux/.config/tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 33bea37..cc09bfa 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -8,7 +8,6 @@ ############################# ## set the default TERM -#set -g default-terminal screen set -g default-terminal "screen-256color" # set -as terminal-overrides ',st*:Ss@' @@ -18,6 +17,8 @@ set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WIND ## determine if we should enable 256-colour support if "[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]" 'set -g default-terminal screen-256color' +set-option -sa terminal-overrides ',screen-256color:RGB' + set -g prefix C-a # Releases binding from Ctrl-b unbind C-b -- cgit v1.2.3