From 560500d8ec2ff61a7f1955a69a8cf1df0c4e5440 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 16 Feb 2026 10:26:31 +0100 Subject: [PATCH] Allow passthrough --- config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 1dd3df30..9afd744b 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -60,6 +60,7 @@ set -g history-limit 50000 set -g escape-time 0 set -g focus-events on set -g set-clipboard on +set -g allow-passthrough on setw -g aggressive-resize on set -g detach-on-destroy off