Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This is absolutely possible, but it will take some work on your part. The first thing you need is to set up each window/tab you want in your Settings:</p> <p><a href="https://i.stack.imgur.com/r1p9Q.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/r1p9Q.jpg" alt="Settings"></a></p> <p>I have 4 tabs that I open automagically every time I open Terminal. <code>DB Shell</code>, <code>Editor</code>, <code>Server</code>, and <code>Shell</code>. These are all within the <code>Sasquatch</code> (don't ask) project, thus the naming. Each of these should then have a unique command associated with them:</p> <p><a href="https://i.stack.imgur.com/tbmn9.jpg" rel="noreferrer"><img src="https://i.stack.imgur.com/tbmn9.jpg" alt="startup cmd"></a></p> <p>In this case, I'm executing <code>vim</code>. If you happen to have a specific directory you'd like to start off in, you can use something like <code>vim ~/projects/main/</code>. Really whatever you want to go in there is the command the shell will execute when it opens. Now you need to open all your windows/tabs:</p> <ol> <li>Close everything.</li> <li>Open a new window for each of your profiles. <ul> <li>Go to the <code>Shell</code> menu => <code>New Tab</code>/<code>New Window</code> => Select the profile you created above.</li> <li>Repeat for each window or tab you want.</li> </ul></li> <li>Once you have all of your windows and/or tabs open, save them as a Window Group. <ul> <li>Go to the <code>Window</code> menu => <code>Save Window As Group...</code>.</li> <li>Give your Window Group a name (this is helpful later).</li> <li>If you want this group to open every time you open Terminal, check the box at the bottom of this screen, and then hit save.</li> </ul></li> <li>Close out of all of your Windows/Tabs (time to test it!).</li> <li>Open your new Window Group. <ul> <li>Go to the <code>Window</code> menu => <code>Open Window Group</code> => Select the group you just made.</li> </ul></li> </ol> <p>This should pop up all the windows you just had, in the same position. Each of the commands you set up in <code>Settings</code> should be launched in their respective tabs. </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload