Skip to content

Instantly share code, notes, and snippets.

@rodrigoueda
Created July 28, 2015 13:23
Show Gist options
  • Save rodrigoueda/3bdfb1d69f2a7a80dc80 to your computer and use it in GitHub Desktop.
Save rodrigoueda/3bdfb1d69f2a7a80dc80 to your computer and use it in GitHub Desktop.
packages:
"Alignment",
"All Autocomplete",
"ApacheConf.tmLanguage",
"Bootstrap 3 Snippets",
"BracketHighlighter",
"CodeIgniter Snippets",
"CodeIgniter Utilities",
"Color Highlighter",
"ColorPicker",
"Column Select",
"CSS3",
"DocBlockr",
"EditorConfig",
"Emmet",
"Emmet Css Snippets",
"ExtendedTabSwitcher",
"Git Conflict Resolver",
"GitGutter",
"jQuery",
"jQuery Snippets pack",
"LESS",
"Package Control",
"Phpcs",
"PxToEm",
"SideBarEnhancements",
"SublimeCodeIntel",
"sublimelint",
"Theme - Spacegray",
"WakaTime",
"Xdebug Client"
KeyMap:
[
{ "keys": ["ctrl+'"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+1"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+1"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+shift+s"], "command": "save_all" },
{ "keys": ["shift+tab"], "command": "unindent" },
{ "keys": ["ctrl+shift+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+shift+down"], "command": "swap_line_down" },
{ "keys": ["shift+tab"], "command": "prev_field",
"context":[
{ "key": "has_prev_field", "operator": "equal", "operand": true }
]},
]
colorHighlighter:
{
"file_exts": [".css", ".sass", ".scss", ".less", ".styl", ".html", ".js", ".sublime-settings", ".tmTheme", ".erb", ".haml", ".php", ".less"]
}
Preferences:
{
"color_scheme": "Packages/User/Color Highlighter/themes/base16-eighties.dark.tmTheme",
"fade_fold_buttons": false,
"font_face": "Anonymous Pro",
"font_options":
[
"bold",
"subpixel_antialias"
],
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"spell_check": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment