• sublime 自定义快捷键


    [
        { "keys": ["alt+space"], "command": "auto_complete" },    // 自动提示、补全
        { "keys": ["ctrl+alt+i"], "command": "reindent" }, //整理代码快捷键
        { "keys": ["f12"], "command": "side_bar_files_open_with",
    "args": {
    "paths": [],
    "application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
    "extensions":".*" 
    }},         //设置浏览器Chrome快捷键
    ]

    Ctrl +Shift + P ----------Key Bindings

    在弹出框右边的users的 [ ] 里写入:

    { "keys": ["alt+space"], "command": "auto_complete" },

    完成

    keys": ["alt+space"]        []为选用的快捷键

    "command": "auto_complete"       为快捷键的功能。

  • 相关阅读:
    面试相关
    luffy--01
    RESTful --01
    vue2 -- axios
    Vue --1
    crm--分页
    【SQL】UNION
    sql-新发现
    GROUPING
    记录的排列顺序——两个ORDER BY
  • 原文地址:https://www.cnblogs.com/sunmarvell/p/8777957.html
Copyright © 2020-2023  润新知