Skip to content

Instantly share code, notes, and snippets.

@jmxpearson
Last active December 27, 2015 13:49
Show Gist options
  • Save jmxpearson/7335569 to your computer and use it in GitHub Desktop.
Save jmxpearson/7335569 to your computer and use it in GitHub Desktop.
My settings for Sublime Text 2
[
{ "keys": ["ctrl+enter"], "command": "repl_transfer_current", "args": {"scope": "lines"}},
{ "keys": ["ctrl+shift+enter"], "command": "repl_transfer_current", "args": {"scope": "selection"}}
]
{
"enable_mathjax": true
}
{
"installed_packages":
[
"AdvancedNewFile",
"JSHint",
"LaTeXTools",
"Markdown Preview",
"MarkdownEditing",
"Package Control",
"SublimeLinter",
"SublimeREPL"
]
}
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"detect_slow_plugins": false,
"ignored_packages":
[
],
"rulers":
[
80
],
"translate_tabs_to_spaces": true,
"use_indent_to_bracket": true,
"vintage_start_in_command_mode": true,
"vintage_use_clipboard": true,
"word_wrap": true,
"wrap_width": 80,
"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