sublime快速入门
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
]// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
// Set to true to automatically save files when switching to a different file
// or application
"save_on_focus_lost": true
}参考资料
最后更新于