profiles.list、actions、schemes、defaults{
"profiles": {
"defaults": { "font": { "face": "Cascadia Code", "size": 12 } },
"list": [ { "name": "CMD", "commandline": "cmd.exe" } ]
}
}newTab(Ctrl+Shift+T)/ closeTab(Ctrl+Shift+W)commandPalette(Ctrl+Shift+P){ "command": { "action": "splitPane", "split": "auto", "size": 0.5 } }moveFocus;调整比例:resizePanecopy / paste;查找:findsplit: "horizontal|vertical",默认可自动判定Alt+Shift+D 复制分屏;Ctrl+Shift+PageUp/Down 切换标签moveFocus;调整比例:resizePaneschemes 定义并在 profile 绑定 colorSchemeuseAcrylic、opacity(慎用以免文字不清)font.face/size、cursorShape 与 cursorColor{
"actions": [
{ "command": { "action": "splitPane", "split": "vertical" }, "keys": "alt+|" },
{ "command": "newTab", "keys": "ctrl+shift+t" },
{ "command": { "action": "moveFocus", "direction": "left" }, "keys": "alt+left" }
]
}actions 数组集中管理快捷键与动作