码迷,mamicode.com
首页 > 其他好文 > 详细

vscode 快捷键配置

时间:2019-02-11 15:25:11      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:sep   workbench   esc   mic   inter   min   code   panel   terminal   

files --> Preferences --> Keyboard Shortcuts

技术图片

    {
        "key": "ctrl+b",
        "command": "-workbench.action.toggleSidebarVisibility"
    },
    {
        "key": "ctrl+b",
        "command": "python.execInTerminal"
    },
    {
        "key": "escape",
        "command": "workbench.action.closePanel",
        "when": "activePanel"
    },
    {
        "key": "escape",
        "command": "workbench.action.terminal.toggleTerminal",
        "when": "panelFocus && activePanel == ‘workbench.panel.terminal‘"
    },

vscode 快捷键配置

标签:sep   workbench   esc   mic   inter   min   code   panel   terminal   

原文地址:https://www.cnblogs.com/JohnRain/p/10361940.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!