add passthrough to tmux

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-23 17:40:16 -06:00
parent fba97a3803
commit bef1a71d25

View file

@ -74,3 +74,4 @@ set-option -g set-titles on
set-option -g set-titles-string "tmux: #S - #W" set-option -g set-titles-string "tmux: #S - #W"
set-option -g focus-events on set-option -g focus-events on
set-option -g allow-passthrough on