fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
463 stars 10 forks source link

[Feature Request] Add "-w 0" to the Windows Terminal default settings #2368

Open PConrad-NI opened 2 weeks ago

PConrad-NI commented 2 weeks ago

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.

DanPristupov commented 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.

PConrad-NI commented 2 weeks ago

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.

image