Skip to content

Instantly share code, notes, and snippets.

@idan
Created October 27, 2011 17:51
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save idan/1320281 to your computer and use it in GitHub Desktop.
Save idan/1320281 to your computer and use it in GitHub Desktop.
Sublime Text asymmetric layout - place files in Packages/User
[
{
"keys": ["super+alt+shift+5"],
"command": "set_layout",
"caption" : "1-2 Grid",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
}
]
[{
"id": "view",
"children": [{
"id": "layout",
"children": [{
"command": "set_layout",
"caption" : "1-2 Grid",
"keys": ["super+alt+shift+5"],
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 2], [1, 0, 2, 1],
[1, 1, 2, 2]
]
}
}]
}]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment