Sublime添加 常用快捷键



Preferences -> Key bindings - User 

[
     { "keys": ["ctrl+d"], "command": "cut" }, 
     { "keys": ["ctrl+/"], "command": "toggle_comment", "args": { "block": false } }, 
     { "keys": ["ctrl+shift+f"], "command": "reindent" ,"args":{"single_line": false}}
]

原文地址:https://www.cnblogs.com/zaifeng0108/p/7225021.html