Cursor使用

1 、如何关闭多余的工作区

ctrl+w 关闭

2、打开或关闭终端显示

Ctrl+` (tab上面的反引号)

3、修改标题栏的颜色

Ctrl + Shift + P
→ Preferences: Open Settings (JSON)

"workbench.colorCustomizations": {
        "titleBar.activeBackground": "#3c5985",       // 深灰色
        "titleBar.activeForeground": "#fffb00",       // 橙黄色
        "titleBar.inactiveBackground": "#008000",     // 绿色
        "titleBar.inactiveForeground": "#FF8C00"      // 橙色
    }