1
0

tmux: test for version before using new options

This commit is contained in:
2025-04-26 10:11:39 +01:00
parent c93565ca2a
commit 77750849ca

View File

@@ -13,4 +13,7 @@ bind-key -n F3 previous-window
bind-key -n F4 next-window
set -s set-clipboard on
if-shell -b '[ "$(echo "$TMUX_VERSION >= 3.3" | bc)" = 1 ]' {
set -g allow-passthrough on
}