Skip to content

Instantly share code, notes, and snippets.

@metaphox
Last active October 10, 2015 21:48
Show Gist options
  • Select an option

  • Save metaphox/3755556 to your computer and use it in GitHub Desktop.

Select an option

Save metaphox/3755556 to your computer and use it in GitHub Desktop.
sublime text 2 settings
[
{
"keys": ["alt+w"],
"command": "toggle_setting",
"args":
{
"setting": "word_wrap"
}
}
]
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_face": "PragmataPro",
"font_size": 15,
"ignored_packages":
[
],
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": 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