You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tpipeline_usepane: target the original tmux pane vim forked the job in
When using the tpipeline_usepane option, if someone switches tmux panes
quickly after starting vim, namely before `tmux select-pane -T ...` can
execute, it'll change the pane title of the current pane we're on. To
prevent this from happening, we target the original pane by using
$TMUX_PANE. This variable should exist in every tmux session, but if for
some reason it's not present, tmux falls back to the current pane.
0 commit comments