Skip to content

Instantly share code, notes, and snippets.

@adambutler
Last active December 21, 2015 07:09
Show Gist options
  • Save adambutler/6269135 to your computer and use it in GitHub Desktop.
Save adambutler/6269135 to your computer and use it in GitHub Desktop.
My Sublime User Settings
[
{ "keys": ["super+pageup"], "command": "new_pane" },
{ "keys": ["super+pagedown"], "command": "close_pane" },
{ "keys": ["ctrl+shift+."], "command": "erb" }
]
{
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.scssc",
".DS_Store"
],
"folder_exclude_patterns":
[
".sass-cache",
".git",
"tmp/cache",
"tmp/letter_opener"
],
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment