1
0

move allow-passthrough to the end for older tmux servers

This commit is contained in:
Scott Carroll
2025-04-01 15:26:54 +01:00
parent ea3ba146e3
commit 84178a66e2

View File

@@ -7,10 +7,10 @@ setw -g mouse off
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
set -g allow-passthrough on
bind-key -n F2 new-window bind-key -n F2 new-window
bind-key -n F3 previous-window bind-key -n F3 previous-window
bind-key -n F4 next-window bind-key -n F4 next-window
set -s set-clipboard on set -s set-clipboard on
set -g allow-passthrough on