Skip to content

Instantly share code, notes, and snippets.

@roboshoes
Last active December 12, 2015 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roboshoes/4717270 to your computer and use it in GitHub Desktop.
Save roboshoes/4717270 to your computer and use it in GitHub Desktop.
Personal Sublime Text 2 settings
[
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+e"], "command": "encode_html_entities" }
]
{
"cmd": [ "node", "$file", "$file_base_name" ],
"working_dir": "${project_path:${folder}}",
"selector": "*.js"
}
{
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Theme - Afterglow/Afterglow-monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"deploy"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment