guywithacube / dotfiles

0 stars 0 forks source link

Enable passthrough escape sequence (`allow-passthrough`) #21

Open guywithacube opened 1 year ago

guywithacube commented 1 year ago

tmux version 3.3 added an option for toggling passthrough of escape sequences.

Previously, passthrough of escape sequences was "always enabled." I frequently utilize passthrough of escape sequences.


Review the passthrough changes introduced by tmux version 3.3 and enable allow-passthrough a la the previous functionality.

The solution may look similar to the following:

tmux set-option -g allow-passthrough on