Skip to content

Instantly share code, notes, and snippets.

@devonmather
Last active December 18, 2015 11: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 devonmather/5778359 to your computer and use it in GitHub Desktop.
Save devonmather/5778359 to your computer and use it in GitHub Desktop.
Sublime Text Key Bindings / Settings
/* User Key Bindings */
[
{
"keys": ["f1"],
"command": "reindent",
"args": {
"single_line": false
}
},
{
"keys": ["f2"],
"command": "delete_trailing_spaces"
}
]
/* User Settings */
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": false,
"word_wrap": true,
"open_files_in_new_window": false //osx only
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment