From 61dc235b92b311ef1455e34368a6d25aeb00bfe7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 12 Mar 2024 12:28:53 +0000 Subject: [PATCH] tmux: update tmux for wezterm --- tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e74bcb1..c77c9c0 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ -set -g default-terminal "tmux-256color" -# enable true color for kitty -set -ag terminal-overrides ",xterm-kitty:Tc" +set -g allow-passthrough on +# enable true color +set -ag terminal-overrides ",xterm-256color:Tc" set -g set-titles on set -g mouse -- 2.48.1