From d4f60b6f9ea9c5900a8b835378f305982a87dffe Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 23:04:58 +0000 Subject: [PATCH] tmux --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f35da67..fcdee3b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,7 +1,7 @@ -set -ga terminal-overrides ",screen-256color*:Tc" +set -sa terminal-features ",screen-256colo*:RGB" set-option -g default-terminal "screen-256color" +set-option -g focus-events on set -s escape-time 0 - unbind C-b set-option -g prefix C-a bind-key C-a send-prefix