From 0f2979d97f75b6482849d417956d043fde63b067 Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 10 Mar 2025 08:42:03 +0100 Subject: [PATCH] Add allow-passthrough option to tmux config --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 50953e4..7615da5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -11,6 +11,8 @@ set -g status-right-length 90 set -g status-justify centre set -s escape-time 0 +set -g allow-passthrough on + ## COLORSCHEME: gruvbox dark (medium) set-option -g status "on"