Skip to content

Instantly share code, notes, and snippets.

@BrianJoyce1
Created January 26, 2013 18:08
Show Gist options
  • Save BrianJoyce1/4643564 to your computer and use it in GitHub Desktop.
Save BrianJoyce1/4643564 to your computer and use it in GitHub Desktop.
sublime-keymap2
[
{
"keys": ["super+alt+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{ "keys": ["alt+1"], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["£"], "command": "insert", "args": {"characters": "#"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment