tmux: enable passthrough escape sequences

This commit is contained in:
Daniel Lundin 2022-12-03 11:53:35 +01:00
parent fb41b24a6b
commit 38a3dedae1

View file

@ -6,6 +6,7 @@ set -s escape-time 10
set -g status on
set -g status-interval 30
set -g focus-events on
set -g allow-passthrough on
setw -g alternate-screen on
setw -g aggressive-resize on
setw -g automatic-rename off