preference - settings
{
"color_scheme": "Packages/Colorsublime - Themes/Bittersweet.tmTheme",
"command": "toggle_side_bar",
"expand_tabs_on_save": true,
"font_size": 11,
"ignored_packages":
[
],
"keys":
[
"ctrl+k"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}
preference - key bindings
[
{ "keys": ["f12"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing", "browser":"chrome"}
},
{ "keys": ["alt+f12"],
"command": "side_bar_open_in_browser",
"args":{"paths":[], "type":"production", "browser":"chrome"}
},
{
"keys": ["f1"],
"command": "side_bar_rename"
},
{
"keys": ["shift+f1"],
"command": "zeal_search_selection"
},
{
"command": "anaconda_goto", "keys": ["f2"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"command": "anaconda_find_usages", "keys": ["f3"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"command": "anaconda_doc", "keys": ["f4"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"command": "anaconda_auto_format", "keys": ["f5"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"keys": ["enter"], "command": "commit_completion", "context":
[
{ "key": "auto_complete_visible" },
{ "key": "setting.auto_complete_commit_on_tab", "operand": false }
]
},
]```
## preference - package settings - package control - settings User
{
"bootstrapped": true,
"fast_open": false,
"in_process_packages":
[
],
"installed_packages":
[
"1337 Color Scheme",
"Alignment",
"Anaconda",
"Colorsublime",
"Djaneiro",
"Gist",
"GitGutter",
"MarkdownEditing",
"Package Control",
"SideBarEnhancements",
"SublimeTmpl",
"Zeal"
],
}