Skip to content

Instantly share code, notes, and snippets.

@alukach
Last active August 29, 2015 13:55
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 alukach/8788301 to your computer and use it in GitHub Desktop.
Save alukach/8788301 to your computer and use it in GitHub Desktop.
My SublimeText3 Setup
[
{"keys": ["ctrl+shift+0"], "command": "insert_snippet","args": {"contents": "import ipdb; ipdb.set_trace();"}},
{"keys": ["ctrl+shift+o"], "command": "prompt_open_folder"},
]
{
"installed_packages":
[
"Emmet",
"Git",
"GitGutter",
"GitHubinator",
"R-Box",
"Sass",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-contrib-jslint",
"SublimeLinter-gjslint",
"SublimeLinter-jshint",
"SublimeLinter-pep8"
]
}
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"draw_white_space": "all",
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
"SideBarGit",
"Vintage"
],
"rulers":
[
72,
79,
89
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment