Solidt.eu
  • Home
  • Code snippets
  • News

Windows Terminal

Date: 2021-01-13

https://github.com/microsoft/terminal

https://aka.ms/terminal

https://aka.ms/terminal-profile-settings

Split screen horizontally with: SHIFT + ALT + [+]
Split screen vertically with: SHIFT + ALT + [-]

Apply current folder as starting directory in settings.json:

{
    "profiles":
    {
        "defaults":
        {
	    "startingDirectory": "."
        },
    }
}
446100cookie-checkWindows Terminalno
Loading