From ed1fe0568154b929912cdaeb0103d1fc1b2657e3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 18 Mar 2026 01:32:55 +0200 Subject: [PATCH] feat(tmux): enable allow-passthrough for terminal queries --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index aa70f93..048f1d4 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -16,6 +16,7 @@ # -u : Unset the specified option. set -as terminal-features ",xterm-256color:RGB:clipboard:usstyle:strikethrough:overline" +set -g allow-passthrough on # Let apps query outer terminal (OSC 11 for fish theme detection) set -s escape-time 0 # Address vim mode switching delay set -s set-clipboard on # System clipboard via OSC 52