Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dorianneto/my-sublime-text

:memo: My settings, packages, shortcuts, snippets etc of the Sublime Text
https://github.com/dorianneto/my-sublime-text

backup sublime-text sublime-text-settings

Last synced: about 1 month ago
JSON representation

:memo: My settings, packages, shortcuts, snippets etc of the Sublime Text

Awesome Lists containing this project

README

        

# My Sublime Text
Repository with all my settings, packages, snippets, shortcut etc of the Sublime Text.

[Sugestions](https://github.com/dorianneto/my-sublime-text/issues) are always welcome :)

## My Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_width": 6,
"caret_style": "blink",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_encoding": "UTF-8",
"dictionary": "Packages/Dictionaries/Portuguese (Brazilian).dic",
"drag_text": false,
"draw_minimap_border": true,
"fallback_encoding": "UTF-8",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"TrailingSpaces",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_acid-lime": false,
"material_theme_accent_blue": false,
"material_theme_accent_brba": false,
"material_theme_accent_bright-teal": false,
"material_theme_accent_cyan": false,
"material_theme_accent_graphite": false,
"material_theme_accent_indigo": false,
"material_theme_accent_lime": false,
"material_theme_accent_orange": false,
"material_theme_accent_pink": false,
"material_theme_accent_purple": false,
"material_theme_accent_red": false,
"material_theme_accent_scrollbars": false,
"material_theme_accent_sky": false,
"material_theme_accent_tomato": true,
"material_theme_accent_yellow": false,
"material_theme_appbar_blue": false,
"material_theme_appbar_charcoal": false,
"material_theme_appbar_cyan": false,
"material_theme_appbar_indigo": false,
"material_theme_appbar_lime": false,
"material_theme_appbar_orange": false,
"material_theme_appbar_pink": false,
"material_theme_appbar_purple": false,
"material_theme_appbar_red": true,
"material_theme_appbar_yellow": false,
"material_theme_arrow_folders": true,
"material_theme_big_fileicons": false,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_bullet_tree_indicator": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_disable_fileicons": false,
"material_theme_disable_folder_animation": false,
"material_theme_disable_tree_indicator": false,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"rulers":
[
120
],
"save_on_focus_lost": true,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"spell_check": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": false
}

## My Shortcuts
[
{ "keys": ["shift+enter"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["ctrl+shift+'"], "command": "expand_selection", "args": {"to": "brackets"} },
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["ctrl+shift+j"], "command": "expand_selection", "args": {"to": "indentation"} },
{ "keys": ["ctrl+shift+a"], "command": "expand_selection", "args": {"to": "tag"} },
{ "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+`"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
]

## My Packages
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
- [Alda](https://packagecontrol.io/packages/Alda)
- [AlignTab](https://packagecontrol.io/packages/AlignTab)
- [All Autocomplete](https://packagecontrol.io/packages/All%20Autocomplete)
- [Color Highlighter](https://packagecontrol.io/packages/Color%20Highlighter)
- [Dayle Ress Color Schemes](https://packagecontrol.io/packages/Dayle%20Rees%20Color%20Schemes)
- [Dictionaries](https://packagecontrol.io/packages/Dictionaries)
- [DocBlockr](https://packagecontrol.io/packages/DocBlockr)
- [EditorConfig](https://packagecontrol.io/packages/EditorConfig)
- [EJS](https://packagecontrol.io/packages/EJS)
- [Elm Language Support](https://packagecontrol.io/packages/Elm%20Language%20Support)
- [Emmet](https://packagecontrol.io/packages/Emmet)
- [Floobits](https://packagecontrol.io/packages/Floobits)
- [Git](https://packagecontrol.io/packages/Git)
- [HTML5](https://packagecontrol.io/packages/HTML5)
- [HTMLBeautify](https://packagecontrol.io/packages/HTMLBeautify)
- [Keymaps](https://packagecontrol.io/packages/Keymaps)
- [Laravel Blade Highlighter](https://packagecontrol.io/packages/Laravel%20Blade%20Highlighter)
- [LESS](https://packagecontrol.io/packages/LESS)
- [Markdown Preview](https://packagecontrol.io/packages/Markdown%20Preview)
- [MarkdownEditing](https://packagecontrol.io/packages/MarkdownEditing)
- [Material Theme](https://packagecontrol.io/packages/Material%20Theme)
- [Material Theme - Appbar](https://packagecontrol.io/packages/Material%20Theme%20-%20Appbar)
- [PHPIntel](https://packagecontrol.io/packages/PHPIntel)
- [PlainTasks](https://packagecontrol.io/packages/PlainTasks)
- [Sass](https://packagecontrol.io/packages/Sass)
- [Select Quoted](https://packagecontrol.io/packages/Select%20Quoted)
- [SFTP](https://packagecontrol.io/packages/SFTP)
- [SideBarEnhancements](https://packagecontrol.io/packages/SideBarEnhancements)
- [Stylus](https://packagecontrol.io/packages/Stylus)
- [SublimeCodeIntel](https://packagecontrol.io/packages/SublimeCodeIntel)
- [SublimeLinter](https://packagecontrol.io/packages/SublimeLinter)
- [SublimeLinter-php](https://packagecontrol.io/packages/SublimeLinter-php)
- [Terminal](https://packagecontrol.io/packages/Terminal)
- [TerminalView](https://packagecontrol.io/packages/TerminalView)
- [Trailing​Spaces](https://packagecontrol.io/packages/TrailingSpaces)
- [TypeScript](https://packagecontrol.io/packages/TypeScript)
- [WakaTime](https://packagecontrol.io/packages/WakaTime)