Open PConrad-NI opened 2 weeks ago
Not sure about this one.
Currently the Windows Terminal. .. opens a Windows Terminal in the current directory. It however will spawn an additional Windows Terminal session.
Do you mean it opens a new terminal window instead of new tab? This is the same behavior for all terminals on both Mac and Windows. I don't want to change behavior for a particular terminal.
Yes, current behavior opens a whole new terminal window rather than adding a tab to an existing window. That is the purpose of changing from discrete powershell or cmd or bash to WindowsTerminal. If someone wants multiple windows spawned, sticking with the other options is still valid and will spawn multiple windows.
Currently the Windows Terminal default settings are just
-d .
which opens a Windows Terminal in the current directory. It however will spawn an additioal Windows Terminal session which defeats the purpose of using Windows Terminal.If
-w 0
is added (-w 0 -d
), the newly created terminal panes will be created in the last used Windows Terminal session rather than spawning a new session.