Skip to content

Instantly share code, notes, and snippets.

@evantahler
Last active December 17, 2015 07:19
Show Gist options
  • Save evantahler/5571778 to your computer and use it in GitHub Desktop.
Save evantahler/5571778 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
{
// make it pretty
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"font_size": 12.5,
// tabs
"tab_size": 2,
"translate_tabs_to_spaces": true,
// save early and often
"save_on_focus_lost": true,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment