Last active
August 30, 2019 11:34
-
-
Save nuno-azevedo/07f3ffa15096a8439e5fb9f403108b25 to your computer and use it in GitHub Desktop.
Sublime Text Configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "anaconda_linter_mark_style": "none", | |
| "swallow_startup_errors": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "align_indent": false | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["ctrl+,"], "command": "edit_settings", | |
| "args": { "base_file": "${packages}/Default/Preferences.sublime-settings" } }, | |
| { "keys": ["ctrl+\\"], "command": "toggle_side_bar" }, | |
| { "keys": ["ctrl+tab"], "command": "next_view" }, | |
| { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
| { "keys": ["ctrl+pagedown"], "command": "next_view_in_stack" }, | |
| { "keys": ["ctrl+pageup"], "command": "prev_view_in_stack" }, | |
| { "keys": ["ctrl+shift+t"], "command": "reopen_last_file" }, | |
| { "keys": ["ctrl+alt+shift+t"], "command": "open_terminal" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "button": "scroll_down", "modifiers": ["ctrl"], "command": "null" }, | |
| { "button": "scroll_up", "modifiers": ["ctrl"], "command": "null" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "keys": ["super+\\"], "command": "toggle_side_bar" }, | |
| { "keys": ["ctrl+tab"], "command": "next_view" }, | |
| { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, | |
| { "keys": ["super+shift+]"], "command": "next_view_in_stack" }, | |
| { "keys": ["super+shift+["], "command": "prev_view_in_stack" }, | |
| { "keys": ["super+shift+t"], "command": "reopen_last_file" }, | |
| { "keys": ["super+alt+t"], "command": "open_terminal" } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bootstrapped": true, | |
| "in_process_packages": [], | |
| "installed_packages": [ | |
| "AutoFileName", | |
| "BracketHighlighter", | |
| "Case Conversion", | |
| "Color Highlighter", | |
| "Dockerfile Syntax Highlighting", | |
| "Generic Config", | |
| "Git", | |
| "GitGutter", | |
| "Material Theme", | |
| "Monokai Neue", | |
| "Package Control", | |
| "PackageResourceViewer", | |
| "SideBarTools", | |
| "SublimeCodeIntel", | |
| "SublimeLinter", | |
| "SublimeLinter-annotations", | |
| "Sync Settings", | |
| "Sync View Scroll", | |
| "SyncedSideBar", | |
| "Terminal" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "always_show_minimap_viewport": true, | |
| "auto_find_in_selection": true, | |
| "bold_folder_labels": true, | |
| "close_windows_when_empty": false, | |
| "color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "file_exclude_patterns": | |
| [ | |
| ".dropbox", | |
| "Icon?" | |
| ], | |
| "folder_exclude_patterns": | |
| [ | |
| ".dropbox.cache", | |
| ".git" | |
| ], | |
| "font_face": "Pragmata Pro", | |
| "font_size": 12, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "indent_guide_options": | |
| [ | |
| "draw_normal", | |
| "draw_active" | |
| ], | |
| "indent_to_bracket": true, | |
| "line_padding_bottom": 4, | |
| "line_padding_top": 4, | |
| "margin": 0, | |
| "match_brackets_angle": true, | |
| "material_theme_accent_scrollbars": true, | |
| "material_theme_accent_yellow": true, | |
| "material_theme_big_fileicons": true, | |
| "material_theme_bold_tab": true, | |
| "material_theme_compact_sidebar": true, | |
| "material_theme_contrast_mode": true, | |
| "material_theme_small_statusbar": true, | |
| "material_theme_small_tab": true, | |
| "material_theme_tabs_separator": true, | |
| "open_files_in_new_window": false, | |
| "overlay_scroll_bars": "enabled", | |
| "rulers": | |
| [ | |
| 120 | |
| ], | |
| "scroll_past_end": false, | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "theme": "Material-Theme-Darker.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "extensions": | |
| [ | |
| ".zshrc", | |
| "zshrc" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "terminal": "iTerm2-v3.sh" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "terminal": "terminator" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment