Skip to content

Commit

Permalink
tmux 3.3: set allow-passthrough for "Ptmux;" escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Aug 22, 2022
1 parent 0f9c6c6 commit dfea3f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .tmux.conf.erb
Expand Up @@ -82,6 +82,11 @@ set-option -ga terminal-overrides ',xterm-kitty:Ms=\E]52;c;!\007\E]52;c;%p2%s\00
# http://comments.gmane.org/gmane.comp.terminal-emulators.tmux.user/1927
set-option -ga terminal-overrides ',rxvt-unicode*:sitm@'

<% if tmux_version >= '3.3' %>
# pass "Ptmux;" escape sequences through to the terminal
set-window-option -g allow-passthrough on
<% end %>

#-----------------------------------------------------------------------------
# appearance
#-----------------------------------------------------------------------------
Expand Down

0 comments on commit dfea3f4

Please sign in to comment.