Microsoft hat das Windows Terminal in der Version 0.7.3291.0 herausgegeben. Neu ist, dass man ein Fenster nun teilen kann. Zum Beispiel mit Alt + Umschalt + + wird das Fenster horizontal geteilt. Mit Alt + Umschalt + – vertikal.
Als Hinweis: „Im Moment können Sie Ihr Standardprofil nur in einem neuen Fenster öffnen. Das Öffnen eines Profils Ihrer Wahl ist eine Option, die wir in einer zukünftigen Version berücksichtigen werden!“ Alle Tastenkombinationen:
{ "command": "splitHorizontal", "keys": [ "alt+shift+-" ] }, { "command": "splitVertical", "keys": [ "alt+shift+plus" ] }, { "command": { "action": "moveFocus", "direction":"down" }, "keys": [ "alt+down" ] }, { "command": { "action": "moveFocus", "direction":"left" }, "keys": [ "alt+left" ] }, { "command": { "action": "moveFocus", "direction":"right" }, "keys": [ "alt+right" ] }, { "command": { "action": "moveFocus", "direction":"up" }, "keys": [ "alt+up" ] }, { "command": { "action": "resizePane", "direction":"down" }, "keys": [ "alt+shift+down" ] }, { "command": { "action": "resizePane", "direction":"left" }, "keys": [ "alt+shift+left" ] }, { "command": { "action": "resizePane", "direction":"right" }, "keys": [ "alt+shift+right" ] }, { "command": { "action": "resizePane", "direction":"up" }, "keys": [ "alt+shift+up" ] },
Auch die Tabs selber kann man nun sortieren. So wie man es vom Browser her kennt. Auch die UI wurde angepasst. Der Rand ist nun dünner und wenn man in den Windows-Einstellungen eine Akzentfarbe eingestellt hat, übernimmt das Terminal diese Farbe nun. Die weiteren Änderungen könnt ihr in den Release Notes nachlesen.
Info und Download:
- github.com/microsoft/terminal/releases
- Unter den Bugfixes befindet sich dann auch Assets mit dem Download der Microsoft.WindowsTerminal 0.7.3291.0 8wekyb3d8bbwe.msixbundle
- devblogs.microsoft
Ah ja, so funktioniert das also. Man muss schon die Tasten auf der Haupttastatur verwenden und nicht die Tasten auf dem Num-Block. Dann geht das. Jedenfalls bei mir ist das so.
Geht jetzt auch selektieren und enter > clipboard wie bei posh und cmd, per default?
P. S. Posh 7 preview 6 ist auch raus.
gepostet mit der Deskmodder.de-App für Android