Skip to content

Instantly share code, notes, and snippets.

@chensoren
Last active December 18, 2015 03:29
Show Gist options
  • Save chensoren/5718630 to your computer and use it in GitHub Desktop.
Save chensoren/5718630 to your computer and use it in GitHub Desktop.
sublime text preference config
[
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["ctrl+shift+f"], "command": "reindent"},
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" }
]
{
//"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"color_scheme": "Packages/Theme - Nil/Tubnil.tmTheme",
"detect_slow_plugins": false,
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_face": "Menlo",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment