官网地址: https://www.sublimetext.com/
Preferences:Key Bindings:run_macro_file
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
]
Preferences:Setting:save_on_focus_lost
// 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
}