Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the currently opened tab as the default layout for the next startup #8665

Closed
xianghongai opened this issue Dec 28, 2020 · 3 comments
Closed
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@xianghongai
Copy link

Description of the new feature/enhancement

I want to use the currently opened tab as the default layout for each startup.

Windows Terminal

Proposed technical implementation details (optional)

There can be a quick way to save the layout of all currently opened tabs and the directories entered.

@xianghongai xianghongai added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Dec 28, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Dec 28, 2020
@skyline75489
Copy link
Collaborator

I think this is covered or partially covered by #961 .

@zadjii-msft
Copy link
Member

Yea, this is gonna be something like #961 or even #756. Right now you can kinda workaround this by creating an action that will open the layout you want. For example, I use the following as the action I tun in the first terminal of the day:

{ "command": { "action": "wt", "commandline": "new-tab --title OpenConsole ; split-pane --title OpenConsole ; split-pane -H cmd.exe /k media-commandline ; new-tab --title \"Symbols Script\" powershell dev\\symbols.ps1 ; new-tab -p \"Ubuntu 18.04\" ; new-tab -p \"microsoft/Terminal\" ; sp -V -p \"microsoft/Terminal\" ; sp -H -p \"microsoft/Terminal\" ; focus-tab -t 0" }, "name": "Good Morning" },

That creates 4 tabs, running a few different environments, and some splits inside them.

/dup #756

@ghost
Copy link

ghost commented Jan 8, 2021

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Jan 8, 2021
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jan 8, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

3 participants