mac sublime text自定义删除一行
在Perfereneces->Key Bingdings中添加
[ { "keys": ["command+shift+l"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} } ]
command+shift+l就是你自定义的删除键
在Perfereneces->Key Bingdings中添加
[ { "keys": ["command+shift+l"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} } ]
command+shift+l就是你自定义的删除键
相关推荐