Skip to content

Instantly share code, notes, and snippets.

@smalljam
Created February 18, 2013 08:42
Show Gist options
  • Save smalljam/4975946 to your computer and use it in GitHub Desktop.
Save smalljam/4975946 to your computer and use it in GitHub Desktop.
sublime config
[
{
"keys": ["super+control+r"],
"command": "http_requester"
},
{
"command": "set_layout",
"keys": ["super+alt+6"],
"caption" : "1-2 Grid",
"args":
{
"cols": [0.0, 0.45, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
}
]
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"drag_text": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 10.0,
"ignored_packages":
[
"Vintage"
],
"show_tab_close_buttons": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"scroll_past_end": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment