Skip to content

Instantly share code, notes, and snippets.

@zhouyl
Last active March 23, 2017 07:00
Show Gist options
  • Select an option

  • Save zhouyl/e2003d5ee8527cb16d73 to your computer and use it in GitHub Desktop.

Select an option

Save zhouyl/e2003d5ee8527cb16d73 to your computer and use it in GitHub Desktop.
Sublime Text Settings
[
{ "keys": ["ctrl+shift+c"], "command": "convert_to_utf8" },
{ "keys": ["ctrl+t"], "command": "side_bar_new_file2" },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["ctrl+alt+b"], "command": "upper_case" },
{ "keys": ["ctrl+alt+l"], "command": "lower_case" },
{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["ctrl+1"], "command": "fold_by_level", "args": {"level": 1} },
{ "keys": ["ctrl+2"], "command": "fold_by_level", "args": {"level": 2} },
{ "keys": ["ctrl+3"], "command": "fold_by_level", "args": {"level": 3} },
{ "keys": ["ctrl+4"], "command": "fold_by_level", "args": {"level": 4} },
{ "keys": ["ctrl+5"], "command": "fold_by_level", "args": {"level": 5} },
{ "keys": ["ctrl+0"], "command": "unfold_all" },
{ "keys": ["f9"], "command": "toggle_side_bar" },
{ "keys": ["f10"], "command": "toggle_minimap" },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" },
{ "keys": ["ctrl+alt+o"], "command": "prompt_open_project" },
{ "keys": ["ctrl+alt+f"], "command": "php_beautifier" }//,
]
{
"color_scheme": "Packages/Color Scheme - Default/ZhouYL.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"font_face": "Consolas",
"font_options":
[
"no_antialias",
"gray_antialias",
"subpixel_antialias"
],
"font_size": 11.5,
"highlight_line": true,
"ignore_vcs_packages": true,
"ignored_packages":
[
"Vintage",
"wkang956"
],
"rulers":
[
80,
100,
120
],
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment