create key shortcut in sublime.m

2018-06-02  本文已影响0人  LFBuildMountain

preference -> key binding

write the key shortcut in json file format
the user defined shortcut will override the system shortcut

my defined shortcut

[
    { "keys": ["alt+b"], "command": "show_panel", "args": {"panel": "output.exec"} },
    { "keys": ["alt+0"], "command": "exec", "args": {"kill": true} }
]
上一篇 下一篇

猜你喜欢

热点阅读