Sublime 修改快捷键

Preferences-Key Bindings-User

添加一行:

{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },

sublime默认删除一行快捷键Ctrl+Shift+K, 这里改成Ctrl+d

posted on 2017-07-09 21:44  天涯飞鸿  阅读(208)  评论(0编辑  收藏  举报

导航