###Packages
### Packge Control:
--------------------
BracketHighlighter
CodeFormatter
HTML5
Material Theme
ColorHighligter
Compass
CSS3
GitGutter
Sass
SFTP
SidebarEnhancment
Themr
TrailingSpace
Wordpress
if(is_OSX){
MacTerminal
}
###Configs
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-OceanicNext.tmTheme",
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".hg",
"CVS",
"_build",
"dist",
"build",
"wp-admin",
"wp-includes"
],
"font_options":
[
"gray_antialias"
],
"font_size": 19,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
###KeyBindings
[
{ "keys": ["ctrl+s"], "command": "toggle_side_bar" },
{ "keys": ["super+ctrl+z"], "command": "word_wrap" },
{ "keys": ["super+t"], "command": "open_mac_terminal"},
{ "keys": ["super+shift+h"], "command": "encode_html_entities" },
{ "keys": ["super+ctrl+m"], "command": "sftp_monitor_file" },
{ "keys": ["super+alt+p"], "command": "sftp_upload_file" },
{ "keys": ["super+ctrl+l"], "command": "reindent" },
// latex align keybind, to align & and \\, but not \&
{
"keys": ["super+shift+a"], "command": "align_tab",
"args" : {"user_input" : "(?<!\\\\)&|\\\\\\\\"},
"context":[
{ "key": "selector", "operator": "equal", "operand": "text.tex.latex" }
]
}
]
###MacTerminal
For iTerm
{
"terminal" : "iterm-nightly"
}
For iTerm Nightly
{
"terminal" : "iterm-nightly"
}