核心提示:前言最近在折腾linux,在这里对sublime text做一些记录。keybinding[{keys: [ctrl+alt+j],command: css_format,args: {action:...
前言
最近在折腾linux,在这里对sublime text做一些记录。
keybinding
[
{
"keys": ["ctrl+alt+j"],
"command": "css_format",
"args": {
"action": "compact"
}
},
{
"keys": ["ctrl+alt+l"],
"command": "htmlprettify"
},
{ "keys": ["alt+ctrl+q"],
"command": "side_bar_files_open_with", "args":
{ "paths": [], "application": "/opt/google/chrome/google-chrome", "extensions":".*" }
},
{ "keys": ["alt+ctrl+w"],
"command": "side_bar_files_open_with", "args":
{ "paths": [], "application": "/usr/lib/firefox/icons/firefox", "extensions":".*" }
},
]
setting
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai Extended (SL).tmTheme",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
90
],
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}


