Skip to content

Instantly share code, notes, and snippets.

@borillo
Created July 26, 2012 18:12
Show Gist options
  • Save borillo/3183591 to your computer and use it in GitHub Desktop.
Save borillo/3183591 to your computer and use it in GitHub Desktop.
Sublime layout menu config: 2 rows x 4 columns
{
"caption" : "UJI",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.25, 0.5, 0.75, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1],
[0, 1, 1, 2], [1, 1, 2, 2], [2, 1, 3, 2], [3, 1, 4, 2]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment