Skip to content

Instantly share code, notes, and snippets.

@mwilliammyers
Last active January 13, 2017 04:26
Show Gist options
  • Save mwilliammyers/20a994972369b79389d089f7b9574ee5 to your computer and use it in GitHub Desktop.
Save mwilliammyers/20a994972369b79389d089f7b9574ee5 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
[
{ "keys": ["super+\\"], "command": "toggle_side_bar" },
]
{
"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"
]
}
{
"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"],
}
{
"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