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
Skips `pre_window` commands. Useful for debugging.
172
184
173
-
Note: tmuxinator's `pre_window` method has a fallback chain (`project.rb:175-188`): `rbenv` β `rvm` β `pre_tab` β `pre_window`. The `--no-pre-window` flag disables all of these, not just `pre_window`.
185
+
Note: tmuxinator's `pre_window` method has a fallback chain (`project.rb:175-186`): `pre_window` β `pre_tab` β `rbenv` β `rvm` (highest priority first, using Ruby's `||` operator). The `--no-pre-window` flag disables all of these, not just `pre_window`.
174
186
175
187
**Gap**: tmuxp has no equivalent flag to skip `shell_command_before`.
0 commit comments