Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Last active August 29, 2015 14:05
Show Gist options
  • Save marczhermo/4a77f733fd13c1b3c4b8 to your computer and use it in GitHub Desktop.
Save marczhermo/4a77f733fd13c1b3c4b8 to your computer and use it in GitHub Desktop.
Sublime Preferences
[
{ "keys": ["ctrl+alt+n"], "command": "advanced_new_file_new"},
{ "keys": ["shift+ctrl+alt+n"], "command": "advanced_new_file_new", "args": {"is_python": true}},
{
"keys": ["tab"],
"command": "insert",
"args": {"characters": "\t"},
"context": [{
"key": "setting.anf_panel"
}]
}
]
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"flatland_square_tabs": true,
"font_face": "Source Code Pro",
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"theme": "Flatland Dark.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment