Skip to content

Instantly share code, notes, and snippets.

@jeremywall
Last active October 30, 2022 04:14
Show Gist options
  • Save jeremywall/5c565738f533662738a242266937e4a5 to your computer and use it in GitHub Desktop.
Save jeremywall/5c565738f533662738a242266937e4a5 to your computer and use it in GitHub Desktop.
Windows Terminal start up actions to open with split screen with CMD on left and WSL on right

Add the following as a root level entry in the Windows Terminal settings JSON

"startupActions": "--startingDirectory \"C:\\Work\\Projects\"; split-pane --profile Ubuntu-22.04-work --startingDirectory \"\\\\wsl$\\Ubuntu-22.04-work\\home\\jeremyw\"; move-focus left"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment