



These components together offer the terminal user an endless array of configurations, making this a valuable tool for development work and system administration. Learn how to set up command-line arguments on the Command line arguments page.The new Windows terminal was released back in June of 2019 and has brought several exciting and modern features such as support for tabs, availability for in-depth styling, as well as a configurable JSON file to the Windows Command Line environment. You can specify which profile to open in a new tab, which folder directory should be selected, open the terminal with split window panes, and choose which tab should be in focus.įor example, to open Windows Terminal from PowerShell with three panes, with the left pane running a Command Prompt profile and the right pane split between your PowerShell and your default profile running WSL, enter: wt -p "Command Prompt" ` split-pane -p "Windows PowerShell" ` split-pane -H wsl.exe You can set Windows Terminal to launch in a specific configuration using command line arguments. Information on how to add background images to your profile can be found on the Profile - Appearance page. You can have background images and gifs inside your Windows Terminal window. Windows Terminal uses the GPU to render its text, thus providing improved performance over the default Windows command line experience. Windows Terminal can display Unicode and UTF-8 characters such as emoji and characters from a variety of languages. You can learn about customizing shortcuts on the Actions page. The default shortcut to flip between the tabs you have open is ctrl+tab, this could be changed to ctrl+- and used to create a new tab instead. To open a new tab, the default shortcut is ctrl+shift+t, but maybe you want to change this to ctrl+2. You can change this to ctrl+1 or whatever you prefer. If you don't like a particular keyboard shortcut, you can change it to whatever you prefer.įor example, the default shortcut to copy text from the command line is ctrl+shift+c. There are a variety of custom commands you can use in Windows Terminal to have it feel more natural to you. To learn how to customize your prompt with cool themes, see Tutorial: Set up a custom prompt for PowerShell or WSL with Oh My Posh To learn how to make your own color scheme, visit the Color schemes page. You can configure your Windows Terminal to have a variety of color schemes and settings. This includes everything from PowerShell and Command Prompt to Azure Cloud Shell and any WSL distribution such as Ubuntu or Oh-My-Zsh. Multiple profiles supporting a variety of command line applicationsĪny application that has a command line interface can be run inside Windows Terminal. For more general info, check out Scott Hanselman's article: What's the difference between a console, a terminal, and a shell? or Rich Turner's video What is a command-line shell?.
