From 31364b7bb31ca2b8e437c8c36d118c4cd5bd6647 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 9 Jul 2024 11:06:58 +0200 Subject: [PATCH] Enabe escape sequence passthrough on tmux --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 34ed604..aa59555 100644 --- a/tmux.conf +++ b/tmux.conf @@ -13,3 +13,5 @@ bind l select-pane -L set -g mouse on set -g status-bg '#3f3f3f' set -g status-fg '#ddddff' + +set -g allow-passthrough on