Skip to content

Instantly share code, notes, and snippets.

@acoustep
Created January 10, 2013 13:51
Show Gist options
  • Select an option

  • Save acoustep/4502168 to your computer and use it in GitHub Desktop.

Select an option

Save acoustep/4502168 to your computer and use it in GitHub Desktop.
[{
"keys": ["alt+shift+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.7, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["alt+shift+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.3, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{ "keys": ["ctrl+k", "ctrl+t"], "command": "title_case" },
{ "keys": ["ctrl+u"], "command": "soft_undo" }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment