文章内容上次编辑时间于 3 年前。 文章内容已经很陈旧了,也许不再适用!
文章共 1,026 字,全部阅读完预计需要 1 分钟 43 秒。 文章篇幅适中,可以放心阅读。
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.