Skip to content

Instantly share code, notes, and snippets.

@joshuacc
Created March 13, 2012 17:21
Show Gist options
  • Save joshuacc/2030012 to your computer and use it in GitHub Desktop.
Save joshuacc/2030012 to your computer and use it in GitHub Desktop.
Sublime Text 2 Preferences
{
"cmd": ["coffee","-c","$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee",
"windows":
{
"cmd":["coffee.cmd"]
}
}
[
{ "keys": ["ctrl+shift+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+shift+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+alt+1"], "command": "focus_group", "args": { "group": 0 } },
{ "keys": ["ctrl+alt+2"], "command": "focus_group", "args": { "group": 1 } },
{ "keys": ["ctrl+alt+3"], "command": "focus_group", "args": { "group": 2 } },
{ "keys": ["ctrl+alt+4"], "command": "focus_group", "args": { "group": 3 } },
{ "keys": ["ctrl+v"], "command": "paste_and_indent" }
]
{
"translate_tabs_to_spaces": true,
"detect_indentation": false
}
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"detect_slow_plugins": false,
"draw_white_space": "all",
"fallback_encoding": "UTF-8",
"find_selected_text": false,
"font_face": "Consolas",
"font_size": 9.0,
"highlight_line": true,
"ignored_packages":
[
"sublemacspro",
"Vintage",
"Terminal",
"ZenCoding",
"SFTP"
],
"orgmode.open_link.resolver.jira.url": "http://jira.dev.naviance.com:8080/browse/%s",
"overlay_scroll_bars": "enabled",
"rulers": [80],
"shift_tab_unindent": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment