Skip to content

Instantly share code, notes, and snippets.

@michael-yx-wu
Created July 23, 2014 13:28
Show Gist options
  • Save michael-yx-wu/34497cbbd8e6b0a9a4ce to your computer and use it in GitHub Desktop.
Save michael-yx-wu/34497cbbd8e6b0a9a4ce to your computer and use it in GitHub Desktop.
Sublime User Settings
[
{ "keys": ["ctrl+tab"], "command": "next_view"},
{ "keys": ["ctrl+shift+tab"], "command": "prev_view"},
{ "keys": ["ctrl+shift+]"], "command": "next_view"},
{ "keys": ["ctrl+shift+["], "command": "prev_view"},
{ "keys": ["ctrl+i"], "command": "reindent"},
{ "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "following_text", "operator": "regex_contains", "operand": "^[)\"'\\]\\};]", "match_all": true },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false }
]
}
]
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "Consolas",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment