Windows Terminal, multi-tab terminal from Microsoft: Difference between revisions

From Andreida
mNo edit summary
No edit summary
Line 2: Line 2:
* [https://learn.microsoft.com/en-us/windows/terminal/ Documentation for Terminal]
* [https://learn.microsoft.com/en-us/windows/terminal/ Documentation for Terminal]
* [https://github.com/microsoft/terminal/releases github site with downloads for Terminal]
* [https://github.com/microsoft/terminal/releases github site with downloads for Terminal]

The most important commands (for me):
* create a new vertical shell
shift + alt + PLUS // +
* create a new horizontal shell
shift + alt + MINUS // -
* change the focus shell
alt + arrow key
* resize the shell (when there is more than one in the current tab)
shift + alt + arrow key

Revision as of 20:01, 4 May 2024

Links

The most important commands (for me):

  • create a new vertical shell
shift + alt + PLUS // +
  • create a new horizontal shell
shift + alt + MINUS // -
  • change the focus shell
alt + arrow key
  • resize the shell (when there is more than one in the current tab)
shift + alt + arrow key