Skip to content

Instantly share code, notes, and snippets.

@BideoWego
Last active February 17, 2016 19:39
Show Gist options
  • Select an option

  • Save BideoWego/0361fbbd0efbb69eafb8 to your computer and use it in GitHub Desktop.

Select an option

Save BideoWego/0361fbbd0efbb69eafb8 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Preferences
[
{ "keys": ["super+shift+w"], "command": "close_all" }
]
{
"keys": ["alt+m"],
"command": "markdown_preview",
"args": {
"target": "browser",
"parser": "markdown"
},
"build_action": "browser"
}
{
"detect_indentation": false,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment