Skip to content

Instantly share code, notes, and snippets.

@ryanb
Created June 29, 2012 18:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanb/3019757 to your computer and use it in GitHub Desktop.
Save ryanb/3019757 to your computer and use it in GitHub Desktop.
Sublime Settings
[
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["ctrl+shift+,"], "command": "insert_snippet", "args": { "name": "Packages/XML/long-tag.sublime-snippet" } },
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" }
]
{
"color_scheme": "Packages/User/Railscasts.tmTheme",
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"font_face": "DejaVuSansMono",
"font_size": 13,
"ignored_packages":
[
],
"match_brackets": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment