Last active
June 4, 2020 23:10
-
-
Save slanterns/58dde25fa7b0c02aaca6b9696f8ffe35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"theme": "dark", | |
"confirmCloseAllTabs": false, | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"fontFace": "Cascadia Code PL", | |
"fontSize": 11, | |
"padding": "5, 5, 5, 5", | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"colorScheme": "Campbell Powershell", | |
"background" : "#011A3D", | |
"acrylicOpacity": 0.68 | |
}, | |
{ | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"name": "Ubuntu-20.04", | |
"source": "Windows.Terminal.Wsl", | |
"colorScheme": "One Half Dark", | |
"acrylicOpacity": 0.78 | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "命令提示符", | |
"commandline": "cmd.exe", | |
"colorScheme": "Tango Dark", | |
"acrylicOpacity": 0.75 | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": true, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
] | |
}, | |
"schemes": [], | |
"keybindings": | |
[ | |
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, | |
{ "command": "paste", "keys": "ctrl+v" }, | |
{ "command": "find", "keys": "ctrl+shift+f" }, | |
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }, | |
{ "command": "closeTab", "keys" : ["ctrl+w"]}, | |
{ "command": "newTab", "keys" : ["ctrl+t"]}, | |
{ "command": { "action": "switchToTab", "index": 0 }, "keys": "alt+1"}, | |
{ "command": { "action": "switchToTab", "index": 1 }, "keys": "alt+2"}, | |
{ "command": { "action": "switchToTab", "index": 2 }, "keys": "alt+3"}, | |
{ "command": { "action": "switchToTab", "index": 3 }, "keys": "alt+4"}, | |
{ "command": { "action": "switchToTab", "index": 4 }, "keys": "alt+5"}, | |
{ "command": { "action": "switchToTab", "index": 5 }, "keys": "alt+6"}, | |
{ "command": { "action": "switchToTab", "index": 6 }, "keys": "alt+7"}, | |
{ "command": { "action": "switchToTab", "index": 7 }, "keys": "alt+8"}, | |
{ "command": { "action": "switchToTab", "index": 8 }, "keys": "alt+9"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment