Create a guide for starting with multiple tabs/panes using Command Palette and/or startupActions
#315
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
tips-and-tricks
Guides that should be added to the "Tips and Tricks" page
We get dupes of microsoft/terminal#766 literally all the time in the main repo. Maybe it would be useful to add a guide on using the command palette /
startupActions
to alleviate that pain. Below is the text I use as a saved reply for these dupes. Someone just needs to massage this into a guide on the Tips and Tricks page.Thanks for the suggestion! Looks like we're tracking this in microsoft/terminal#776.
dup #766
So for reference, I like to do like the following each time I boot up the Terminal in the morning:
(you could probably make it shorter by replacing
new-tab
/split-pane
withnt
/sp
, respectively).I add that to the
keybindings
/actions
. This creates a new command in the Command Palette named "Good Morning". That opens up a few tabs & panes, running various build environments. I like having it in a command rather thanstartupActions
, because I only really want this in one terminal window, not every single one I launch. It's personal taste.You could repeat this for multiple different "session"s if you wanted. That way you could have layouts pre-defined for various different dev environments.
We're also tracking adding commands to the new tab dropdown in microsoft/terminal#1571.
The text was updated successfully, but these errors were encountered: