GitHub : Windows Termainal
热键绑定
"keybindings": [
{
"command": "closePane",
"keys": [
"ctrl+w"
]
},
{
"command": "newTab",
"keys": [
"ctrl+t"
]
},
{
//水平新建窗口
"command": {
"action": "splitPane",
"split": "vertical"
},
"keys": [
"alt+shift+v"
]
},
{
//垂直新建窗口
"command": {
"action": "splitPane",
"split": "horizontal"
},
"keys": [
"alt+shift+h"
]
}
]
终端属性
"profiles": [
{
// Make changes here to the powershell.exe profile
"startingDirectory": ".",//使用当前目录打开(右键打开用)
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Win10 PS",
"commandline": "powershell.exe",
"hidden": false,
"useAcrylic": true,
"fontFace": "Fira Code",
// "background": "#000",
"padding": "10",
"colorScheme": "ST1",
},
Q.E.D.