Last active
January 13, 2017 04:26
-
-
Save mwilliammyers/20a994972369b79389d089f7b9574ee5 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
This file contains 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
[ | |
{ "keys": ["super+\\"], "command": "toggle_side_bar" }, | |
] |
This file contains 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": | |
[ | |
"js" | |
] | |
} |
This file contains 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": | |
[ | |
] | |
} |
This file contains 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": | |
[ | |
"3024 Color Scheme", | |
"Ansible", | |
"AnsibleSnippets", | |
"Babel", | |
"Dockerfile Syntax Highlighting", | |
"fish-shell", | |
"GitGutter", | |
"GitSavvy", | |
"JavaScript Refactor", | |
"Material Theme", | |
"Package Control", | |
"SublimeCodeIntel", | |
"Sync Settings", | |
"Terminal", | |
"zz File Icons" | |
] | |
} |
This file contains 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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"font_size": 12.5, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"margin": 2, | |
"open_files_in_new_window": false, | |
"remember_full_screen": true, | |
"rulers": | |
[ | |
80 | |
], | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"], | |
} |
This file contains 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", | |
"parameters": ["--open-in-tab"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment