Skip to content

Instantly share code, notes, and snippets.

@joseadrian
Forked from idan/Default (OSX).sublime-keymap
Last active December 17, 2015 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseadrian/5683194 to your computer and use it in GitHub Desktop.
Save joseadrian/5683194 to your computer and use it in GitHub Desktop.
[
{
"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" : "2 Columnas / 1 Fila",
"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