wt split-pane
& wt new-tab
commands open a new window
#4792
Labels
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Environment
Steps to reproduce
For split-pane:
Run
wt split-pane
For new-tab:
Run
wt new-tab
Expected behavior
For split-pane:
Split the pane of the current window.
For new-tab:
Open a new tab in the current window.
Actual behavior
For split-pane:
Open a new window an split the pane in this window into two.
For new-tab:
Open a new window with a new tab in it.
Context
While this behavior is mentioned in the docs
It doesn't feel right to me. If those commands would not open a new window, we'll be able to get the same experience through command composition. (Open a new window and then split this one into two)
Now the behavior of programmatically splitting a pane or opening a tab in the current window (which feels like the broad use-case) is something that with the current implementation is not possible to do.
The text was updated successfully, but these errors were encountered: