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

From Andreida
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
* [https://github.com/microsoft/terminal/releases github site with downloads for Terminal]
* [https://github.com/microsoft/terminal/releases github site with downloads for Terminal]


=== Shortcuts ===
The most important commands (for me):
The most important commands (for me):
* create a new vertical shell
* create a new vertical shell
Line 20: Line 21:


Like ... only horizontal shells where each one shows a different log file on your 2nd monitor?
Like ... only horizontal shells where each one shows a different log file on your 2nd monitor?

=== Make the fucking bell shut up ===
<span style="color: Red">
ARGGGGGGGGGG!!!!!!!!!!!!!!!!!!!!!!!
Not working!!!!!!!!!!!!!!!!!!!!
</span>

* Settings
* Open JSON file
<pre>
"profiles":
{
"defaults": {
"profile.bellSound": null,
</pre>

Latest revision as of 11:01, 10 May 2024

Links

Shortcuts

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
  • close current shell
ctrl + shift + w

Now you can - for example - create a tab where you have a large horizontal area at the top where you show the log you are interested in (syslog, messages, whatever) and below you have two vertical tabs where you can on the left side edit files and on the right side execute system commands.

Or whatever you want.

Like ... only horizontal shells where each one shows a different log file on your 2nd monitor?

Make the fucking bell shut up

ARGGGGGGGGGG!!!!!!!!!!!!!!!!!!!!!!! Not working!!!!!!!!!!!!!!!!!!!!

  • Settings
  • Open JSON file
"profiles": 
{
  "defaults": {
    "profile.bellSound": null,