https://github.com/microsoft/terminal
https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701

Windows Terminal のプレビュー版がリリースされたので使ってみました。

環境

  • Windows 10 Pro Insider Preview
  • Windows Terminal (Preview) 0.2.1715.0

インストール

Microsoft Store

https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701

設定の変更

  • デフォルトのプロファイルを”Ubuntu-18.04” に変更
profile.json
{
"globals" :
{
...

"defaultProfile" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",

...
},
"profiles" :
[
...

{
"acrylicOpacity" : 0.5,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"commandline" : "wsl.exe -d Ubuntu-18.04",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name" : "Ubuntu-18.04",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"useAcrylic" : false
},

...
]
}

主なショートカット

Ctrl + T : タブを開く(デフォルトプロファイル)
Ctrl + Shift + <プロファイル番号> : プロファイル番号のタブを開く
Ctrl + W : タブを閉じる
Ctrl + , : 設定ファイルを開く(profile.json)
Ctrl + TAB : 次のタブへ移動

気づき事項

  • ウィンドウ移動のために掴めるタイトルバーの領域が狭い。
    タイトルバーのタブ名の領域はタブ移動用らしく、ウィンドウはドラッグできない。
  • 起動中にプロファイルに無茶な変更をすると落ちる