Skip to content

Instantly share code, notes, and snippets.

@raphaelchaib
Last active August 28, 2016 20:31
Show Gist options
  • Save raphaelchaib/03e00c615a681fb5b7d43efda0f6fe49 to your computer and use it in GitHub Desktop.
Save raphaelchaib/03e00c615a681fb5b7d43efda0f6fe49 to your computer and use it in GitHub Desktop.
Sublime Text 3 Configurations
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+shift+s"], "command": "prompt_save_as" },
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"AdvancedNewFile",
"Alignment",
"AlignTab",
"AutoFileName",
"Bootstrap 3 Snippets",
"BracketHighlighter",
"Color Highlighter",
"ColorPicker",
"ColorSchemeSelector",
"Comment-Snippets",
"CSS3",
"Dayle Rees Color Schemes",
"DocBlockr",
"EasyDiff",
"Edit Preferences",
"Emmet",
"Emmet Css Snippets",
"FileSystem Autocompletion",
"Focus File on Sidebar",
"FuzzyFileNav",
"Gherkin (Cucumber) Formatter",
"Gist",
"Git",
"Git GUI Clients",
"GitDiffHelper",
"GitGutter",
"GitLink",
"GitStatus",
"Grunt",
"Grunt Snippets",
"Gulp",
"HTML-CSS-JS Prettify",
"HTML5",
"HTMLAttributes",
"Http Requester",
"Java Velocity",
"JavaScript Completions",
"jQuery Snippets pack",
"JS Snippets",
"JSLint",
"JSONLint",
"JSX",
"LiveStyle",
"Markdown Extended",
"Markdown Preview",
"Material Color Scheme",
"Minifier",
"More Layouts",
"Nettuts+ Fetch",
"Package Control",
"PlainTasks",
"Preferences Editor",
"Sass",
"SASS Build",
"SASS Snippets",
"SassBeautify",
"Select all by current scope",
"Seti_UI",
"SFTP",
"SideBarEnhancements",
"SideBarFolders",
"SideBarGit",
"Stylus",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-contrib-mdl",
"SublimeLinter-csslint",
"SublimeLinter-javac",
"SublimeLinter-jsdebugmarkers",
"SublimeLinter-jshint",
"SublimeLinter-json",
"SublimeLinter-jsxhint",
"SublimeLinter-php",
"SublimeLinter-phplint",
"SublimeLinter-xmllint",
"Super Calculator",
"SyncedSideBar",
"SyncedSidebarBg",
"Theme - Soda",
"Tint",
"WooCommerce Autocomplete",
"WordCount",
"WordPress Generate Salts"
]
}
{
"files":
{
"Equalizer": "http://raw.github.com/darkwing/Equalizer/master/Source/Equalizer.js",
"Normalizer": "http://raw.github.com/necolas/normalize.css/master/normalize.css",
"Timthumb": "http://timthumb.googlecode.com/svn/trunk/timthumb.php",
"jQuery": "http://code.jquery.com/jquery.min.js",
"jQuery Animate Shadow": "http://www.bitstorm.org/jquery/shadow-animation/archive/jquery.animate-shadow-min.js",
"jQuery Autosize": "http://raw.github.com/jackmoore/autosize/master/jquery.autosize-min.js",
"jQuery Black and White": "http://raw.github.com/GianlucaGuarini/jQuery.BlackAndWhite/master/jquery.BlackAndWhite.js",
"jQuery Center": "http://raw.github.com/dreamerslab/jquery.center/master/jquery.center.min.js",
"jQuery Easing Plugin": "http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js",
"jQuery Masked Input": "http://raw.github.com/digitalBush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.min.js",
"jQuery Placeholder": "http://raw.github.com/mathiasbynens/jquery-placeholder/master/jquery.placeholder.js",
"jQuery SlidesJS": "http://raw.github.com/nathansearles/Slides/SlidesJS-3/source/jquery.slides.min.js",
"jQuery Wookmark": "http://raw.github.com/GBKS/Wookmark-jQuery/master/jquery.wookmark.min.js"
},
"packages":
{
"CakePHP": "http://github.com/cakephp/cakephp/zipball/master",
"HTML5 Boilerplate": "http://github.com/h5bp/html5-boilerplate/zipball/master",
"PIE 1": "http://css3pie.com/download-latest-1.x",
"PIE 2": "http://css3pie.com/download-latest-2.x",
"Twitter Bootstrap": "http://twitter.github.io/bootstrap/assets/bootstrap.zip",
"Wordpress": "http://github.com/WordPress/WordPress/zipball/master",
"Wordpress Br": "https://br.wordpress.org/latest-pt_BR.zip",
"bxSlider": "http://bxslider.com/lib/jquery.bxslider.zip",
"jQuery CarouFredSel": "http://dev7studios.com/downloads/64",
"jQuery UI": "http://jqueryui.com/resources/download/jquery-ui-1.10.0.custom.zip"
}
}
{
"alignment_chars":
[
"=",
":"
],
"alignment_space_chars":
[
"=",
":"
],
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Color Scheme/sublime/material-dark.tmTheme",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JSLint",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": false,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false
}
{
"alignment_chars":
[
"=",
":"
],
"alignment_space_chars":
[
"=",
":"
],
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Material Color Scheme/sublime/material-dark.tmTheme",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_face": "Droid Sans Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 0,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": false,
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment