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}}
]

posted @ 2017-05-03 09:52  你的峰哥  阅读(117)  评论(0编辑  收藏  举报