sublime修改快捷键样式

样式
----------------
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"bold_folder_lables": true,
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "Courier New",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"tab_size": 4,
"theme": "Boxy Ocean.sublime-theme",
"theme_accent_blue": true,
"theme_find_panel_close_hidden": true,
"theme_tab_selected_filled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
-----------------------
快捷键
-----------------------
[
{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" },
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }
]

原文地址:https://www.cnblogs.com/lsongyang/p/11152025.html