Backup of my Sublime Text 3 personal preferences
{ | |
"always_show_minimap_viewport": true, | |
"animation_enabled": false, | |
"auto_complete_delay": 0, | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 0, | |
"caret_extra_top": 0, | |
"caret_style": "wide", | |
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme", | |
"detect_indentation": true, | |
"disable_formatted_linebreak": true, | |
"draw_minimap_border": false, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": true, | |
"file_exclude_patterns": | |
[ | |
"*.min.*", | |
"x__init__.py" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
"__pycache__", | |
"env", | |
"dist", | |
"venv" | |
], | |
"font_face": "Roboto Mono", | |
"font_options": | |
[ | |
"directwrite" | |
], | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active", | |
"draw_normal" | |
], | |
"indent_to_bracket": false, | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"margin": 4, | |
"match_brackets": true, | |
"overlay_scroll_bars": "enabled", | |
"preview_on_click": false, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
120 | |
], | |
"show_encoding": true, | |
"show_errors_inline": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"soda_classic_tabs": true, | |
"soda_folder_icons": false, | |
"soda_tabs_autowidth": false, | |
"tab_size": 4, | |
"theme": "SoDaReloaded Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false, | |
"use_tab_stops": true, | |
"word_wrap": true, | |
"wrap_width": 120 | |
} |
{ | |
"style": "filled", | |
"ha_style": "none" | |
} |
{ | |
"bracket_styles": { | |
"default": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"unmatched": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"curly": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"round": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"square": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"angle": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"tag": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"c_define": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"single_quote": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"double_quote": { | |
"icon": "dot", | |
"style": "none" | |
}, | |
"regex": { | |
"icon": "dot", | |
"style": "none" | |
} | |
} | |
} |
Windows Registry Editor Version 5.00 | |
; Created by: Shawn Brink | |
; http://www.sevenforums.com | |
; Tutorial: http://www.sevenforums.com/tutorials/47415-open-command-window-here-administrator.html | |
[-HKEY_CLASSES_ROOT\Directory\shell\runas] | |
[HKEY_CLASSES_ROOT\Directory\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Directory\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas] | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\Drive\shell\runas] | |
[HKEY_CLASSES_ROOT\Drive\shell\runas] | |
@="Open with console (admin)" | |
"HasLUAShield"="" | |
[HKEY_CLASSES_ROOT\Drive\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" | |
[-HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas] | |
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas] | |
"HasLUAShield"="" | |
@="Open with console (admin)" | |
[HKEY_CLASSES_ROOT\LibraryFolder\background\shell\runas\command] | |
@="cmd.exe /s /k pushd \"%V\"" |
Package Control | |
Theme - SoDaReloaded | |
Tomorrow Color Schemes | |
JavaScriptNext - ES6 Syntax | |
SideBarEnhancements | |
BracketHighlighter | |
Color Highlighter | |
Emmet | |
HTML5 | |
SCSS | |
Sass | |
jQuery | |
Handlebars | |
JavaScript Completions | |
WordPress | |
Babel | |
Babel Snippets | |
Djaneiro | |
Vuejs Complete Package | |
SublimeLinter | |
SublimeLinter-eslint (requirement: node) | |
SublimeLinter-json | |
SublimeLinter-flake8 (requirement: pip install flake8) | |
SublimeLinter-php (needs php) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment