Skip to content

Instantly share code, notes, and snippets.

@JeanGoncalves
Created February 12, 2016 12:32
Show Gist options
  • Save JeanGoncalves/6ac500d38f35b64be7d5 to your computer and use it in GitHub Desktop.
Save JeanGoncalves/6ac500d38f35b64be7d5 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+alt+a"], "command": "toggle_minimap" },
{
"keys": ["alt+shift+2", "alt+shift+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.96, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["alt+shift+2", "alt+shift+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.04, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["alt+shift+3", "alt+shift+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.91, 0.96, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]]
}
},
{
"keys": ["alt+shift+3", "alt+shift+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.04, 0.08, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]]
}
},
{
"keys": ["alt+shift+8","alt+shift+up"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.05, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"keys": ["alt+shift+8","alt+shift+down"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.95, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"keys": ["alt+shift+9","alt+shift+up"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.05, 0.10, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
},
{
"keys": ["alt+shift+9","alt+shift+down"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.90, 0.95, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment