From d6baa88a5251dcebdae2c0e64c57ca79523067a6 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Mon, 21 Apr 2025 09:24:35 +0530 Subject: tmux: allow-passthrough allow programs in the pane to bypass tmux using terminal escape sequence Signed-off-by: Brahmajit Das --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 02ad84c..1d72f6f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,6 +15,7 @@ bind m setw mouse # set clipboard on set-option -g set-clipboard external +set -g allow-passthrough # vim mode and copy keybindings # enable vi mode -- cgit v1.2.3