Ctrl +Shift + P ----------Key Bindings
在弹出框右边的users的 [ ] 里写入:
{ "keys": ["alt+space"], "command": "auto_complete" },
完成
keys": ["alt+space"] []为选用的快捷键
"command": "auto_complete" 为快捷键的功能。
sublime 自定义快捷键
原文:https://www.cnblogs.com/sunmarvell/p/8777957.html