From 38a3dedae1a9b19cbced5c42e2697d0dc351f10d Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 3 Dec 2022 11:53:35 +0100 Subject: [PATCH] tmux: enable passthrough escape sequences --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 6b8c709..4d7dc8e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,6 +6,7 @@ set -s escape-time 10 set -g status on set -g status-interval 30 set -g focus-events on +set -g allow-passthrough on setw -g alternate-screen on setw -g aggressive-resize on setw -g automatic-rename off