From 84178a66e27aeeea9b5cb1618d2bdd3a88f95ab6 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Tue, 1 Apr 2025 15:26:54 +0100 Subject: [PATCH] move allow-passthrough to the end for older tmux servers --- base/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/.tmux.conf b/base/.tmux.conf index df2876c..71e8e63 100644 --- a/base/.tmux.conf +++ b/base/.tmux.conf @@ -7,10 +7,10 @@ setw -g mouse off set -g base-index 1 setw -g pane-base-index 1 -set -g allow-passthrough on bind-key -n F2 new-window bind-key -n F3 previous-window bind-key -n F4 next-window set -s set-clipboard on +set -g allow-passthrough on