From 80d5f9c979fac2a0d76154127b8b280becd1be5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 18 Mar 2026 00:39:21 +0100 Subject: [PATCH] feat(tmux): allow passthrough --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6daf493..16e1b8a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,7 @@ set -g default-terminal "tmux-256color" set -ga terminal-overrides ",xterm-ghostty:RGB,xterm-256color:RGB" set -ga terminal-features ",xterm-ghostty:clipboard,xterm-256color:clipboard" set -g set-clipboard on +set -g allow-passthrough on # general set -g prefix C-s